Html Css Color HEX #D4CC21 Barberry

📋 copy color: '#D4CC21'

red 212 ◦ green 204 ◦ blue 33

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

Shades of Barberry #D4CC21

Tints of Barberry #D4CC21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.35%

R = 47.22%
G = 45.43%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D4CC21 (or 0xD4CC21) is known color: Barberry. HEX triplet: D4, CC and 21. RGB value is (212,204,33). Sum of RGB (Red+Green+Blue) = 212+204+33=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 33 (13.28% from 255 or 7.35% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CC21 is #2B33DE. Grayscale: #BBBBBB. Windows color (decimal): -2831327 or 2215124. OLE color: 2215124.

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

Color convert

RGB 212 204 33 -
CMYK 0 0.04 0.84 0.17
HSL 57.32º 0.73% 0.48% -
HSV(B) 57.32º 0.84% 0.83% -
XYZ 49.02 57.29 9.91 -
YUV 186.9 41.15 145.9 -
System Red Green Blue C M Y K H S L
Decimal 212 204 33 0 0.04 0.84 0.17 57.32 0.73 0.48
Hex D4 CC 21 0 4 54 11 39 49 30
Octal 324 314 41 0 4 124 21 71 111 60
Binary 11010100 11001100 100001 0 100 1010100 10001 111001 1001001 110000

Color Harmonies of #D4CC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CC21

Black with #D4CC21

Text Example


Text Example

White with #D4CC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CC21; }

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

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

background-color css

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

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

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

border-color css

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

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

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