Html Css Color HEX #D4CC15 Barberry

📋 copy color: '#D4CC15'

red 212 ◦ green 204 ◦ blue 21

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

Shades of Barberry #D4CC15

Tints of Barberry #D4CC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.81%

R = 48.51%
G = 46.68%
B = 4.81%

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

#D4CC15 (or 0xD4CC15) is known color: Barberry. HEX triplet: D4, CC and 15. RGB value is (212,204,21). Sum of RGB (Red+Green+Blue) = 212+204+21=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 21 (8.59% from 255 or 4.81% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4CC15 is #2B33EA. Grayscale: #BABABA. Windows color (decimal): -2831339 or 1428692. OLE color: 1428692.

HSL color Cylindrical-coordinate representation of color #D4CC15: hue angle of 57.49º degrees, saturation: 0.82, 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 #D4CC15 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 204 21 -
CMYK 0 0.04 0.90 0.17
HSL 57.49º 0.82% 0.46% -
HSV(B) 57.49º 0.9% 0.83% -
XYZ 48.88 57.24 9.18 -
YUV 185.53 35.15 146.88 -
System Red Green Blue C M Y K H S L
Decimal 212 204 21 0 0.04 0.90 0.17 57.49 0.82 0.46
Hex D4 CC 15 0 4 5A 11 39 52 2E
Octal 324 314 25 0 4 132 21 71 122 56
Binary 11010100 11001100 10101 0 100 1011010 10001 111001 1010010 101110

Color Harmonies of #D4CC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CC15

Black with #D4CC15

Text Example


Text Example

White with #D4CC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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