Html Css Color HEX #D4CC20 Barberry

📋 copy color: '#D4CC20'

red 212 ◦ green 204 ◦ blue 32

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

Shades of Barberry #D4CC20

Tints of Barberry #D4CC20

RGB

 RED value IS 212 (83.2% from 255) = 47.32%

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

 BLUE value IS 32 (12.89% from 255) = 7.14%

R = 47.32%
G = 45.54%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D4CC20 (or 0xD4CC20) is known color: Barberry. HEX triplet: D4, CC and 20. RGB value is (212,204,32). Sum of RGB (Red+Green+Blue) = 212+204+32=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 32 (12.89% from 255 or 7.14% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CC20 is #2B33DF. Grayscale: #BBBBBB. Windows color (decimal): -2831328 or 2149588. OLE color: 2149588.

HSL color Cylindrical-coordinate representation of color #D4CC20: hue angle of 57.33º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4CC20 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 204 32 -
CMYK 0 0.04 0.85 0.17
HSL 57.33º 0.74% 0.48% -
HSV(B) 57.33º 0.85% 0.83% -
XYZ 49 57.29 9.84 -
YUV 186.78 40.65 145.99 -
System Red Green Blue C M Y K H S L
Decimal 212 204 32 0 0.04 0.85 0.17 57.33 0.74 0.48
Hex D4 CC 20 0 4 55 11 39 4A 30
Octal 324 314 40 0 4 125 21 71 112 60
Binary 11010100 11001100 100000 0 100 1010101 10001 111001 1001010 110000

Color Harmonies of #D4CC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CC20

Black with #D4CC20

Text Example


Text Example

White with #D4CC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CC20; }

 p { color: rgb(212,204,32); }

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

background-color css

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

 a { background-color: rgb(212,204,32); }

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

border-color css

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

 span { border-color: rgb(212,204,32); }

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