Html Css Color HEX #D0C526 Barberry

📋 copy color: '#D0C526'

red 208 ◦ green 197 ◦ blue 38

#D0C526
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #D0C526

Tints of Barberry #D0C526

RGB

 RED value IS 208 (81.64% from 255) = 46.95%

 GREEN value IS 197 (77.34% from 255) = 44.47%

 BLUE value IS 38 (15.23% from 255) = 8.58%

R = 46.95%
G = 44.47%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D0C526 (or 0xD0C526) is known color: Barberry. HEX triplet: D0, C5 and 26. RGB value is (208,197,38). Sum of RGB (Red+Green+Blue) = 208+197+38=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 38 (15.23% from 255 or 8.58% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C526 is #2F3AD9. Grayscale: #B6B6B6. Windows color (decimal): -3095258 or 2541008. OLE color: 2541008.

HSL color Cylindrical-coordinate representation of color #D0C526: hue angle of 56.12º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D0C526 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 197 38 -
CMYK 0 0.05 0.82 0.18
HSL 56.12º 0.69% 0.48% -
HSV(B) 56.12º 0.82% 0.82% -
XYZ 46.33 53.48 9.72 -
YUV 182.16 46.64 146.43 -
System Red Green Blue C M Y K H S L
Decimal 208 197 38 0 0.05 0.82 0.18 56.12 0.69 0.48
Hex D0 C5 26 0 5 52 12 38 45 30
Octal 320 305 46 0 5 122 22 70 105 60
Binary 11010000 11000101 100110 0 101 1010010 10010 111000 1000101 110000

Color Harmonies of #D0C526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C526

Black with #D0C526

Text Example


Text Example

White with #D0C526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C526; }

 p { color: rgb(208,197,38); }

 H1.HeaderClassName
 {
   color: #D0C526;
 }
 .AnyTagClassName
 {
   color: #D0C526;
 }
</style>

background-color css

<style>
 a { background-color: #D0C526; }

 a { background-color: rgb(208,197,38); }

 div.DivClassName
 {
   background-color: #D0C526;
 }
 .BgClassName
 {
   background-color: #D0C526;
 }
</style>

border-color css

<style>
 span { border-color: #D0C526; }

 span { border-color: rgb(208,197,38); }

 td.TdClassName
 {
   border-color: #D0C526;
 }
 .TagClassName
 {
   border-color: #D0C526;
 }
</style>