Html Css Color HEX #D4CC16 Barberry

📋 copy color: '#D4CC16'

red 212 ◦ green 204 ◦ blue 22

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

Shades of Barberry #D4CC16

Tints of Barberry #D4CC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.02%

R = 48.4%
G = 46.58%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D4CC16 (or 0xD4CC16) is known color: Barberry. HEX triplet: D4, CC and 16. RGB value is (212,204,22). Sum of RGB (Red+Green+Blue) = 212+204+22=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4CC16 is #2B33E9. Grayscale: #BABABA. Windows color (decimal): -2831338 or 1494228. OLE color: 1494228.

HSL color Cylindrical-coordinate representation of color #D4CC16: hue angle of 57.47º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4CC16 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 204 22 -
CMYK 0 0.04 0.90 0.17
HSL 57.47º 0.81% 0.46% -
HSV(B) 57.47º 0.9% 0.83% -
XYZ 48.89 57.24 9.23 -
YUV 185.64 35.65 146.8 -
System Red Green Blue C M Y K H S L
Decimal 212 204 22 0 0.04 0.90 0.17 57.47 0.81 0.46
Hex D4 CC 16 0 4 5A 11 39 51 2E
Octal 324 314 26 0 4 132 21 71 121 56
Binary 11010100 11001100 10110 0 100 1011010 10001 111001 1010001 101110

Color Harmonies of #D4CC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CC16

Black with #D4CC16

Text Example


Text Example

White with #D4CC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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