Html Css Color HEX #D0CC2A Barberry

📋 copy color: '#D0CC2A'

red 208 ◦ green 204 ◦ blue 42

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

Shades of Barberry #D0CC2A

Tints of Barberry #D0CC2A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.93%

 BLUE value IS 42 (16.8% from 255) = 9.25%

R = 45.81%
G = 44.93%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D0CC2A (or 0xD0CC2A) is known color: Barberry. HEX triplet: D0, CC and 2A. RGB value is (208,204,42). Sum of RGB (Red+Green+Blue) = 208+204+42=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 42 (16.80% from 255 or 9.25% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CC2A is #2F33D5. Grayscale: #BBBBBB. Windows color (decimal): -3093462 or 2804944. OLE color: 2804944.

HSL color Cylindrical-coordinate representation of color #D0CC2A: hue angle of 58.55º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0CC2A is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 204 42 -
CMYK 0 0.02 0.80 0.18
HSL 58.55º 0.66% 0.49% -
HSV(B) 58.55º 0.8% 0.82% -
XYZ 48.02 56.76 10.62 -
YUV 186.73 46.33 143.17 -
System Red Green Blue C M Y K H S L
Decimal 208 204 42 0 0.02 0.80 0.18 58.55 0.66 0.49
Hex D0 CC 2A 0 2 50 12 3B 42 31
Octal 320 314 52 0 2 120 22 73 102 61
Binary 11010000 11001100 101010 0 10 1010000 10010 111011 1000010 110001

Color Harmonies of #D0CC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CC2A

Black with #D0CC2A

Text Example


Text Example

White with #D0CC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CC2A; }

 p { color: rgb(208,204,42); }

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

background-color css

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

 a { background-color: rgb(208,204,42); }

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

border-color css

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

 span { border-color: rgb(208,204,42); }

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