#D4C42D

Color #D4C42D Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #D4C42D

Tints of Barberry #D4C42D

Color information

#D4C42D (or 0xD4C42D) is unknown color: approx Barberry. HEX triplet: D4, C4 and 2D. RGB value is (212,196,45). Sum of RGB (Red+Green+Blue) = 212+196+45=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 196 (76.95% from 255 or 43.27% from 453); Blue value is 45 (17.97% from 255 or 9.93% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C42D is #2B3BD2. Grayscale: #B8B8B8. Windows color (decimal): -2833363 or 2999508. OLE color: 2999508.

HSL color Cylindrical-coordinate representation of color #D4C42D: hue angle of 54.25º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4C42D is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB21219645-
CMYK00.080.790.17
HSL54.25º66.01%50.39%-
HSV(B)54.25º78.77%83.14%-
XYZ47.3653.6710.34-
YUV183.5749.8148.28-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.80%
GREEN value IS 196 (76.95% from 255) = 43.27%
BLUE value IS 45 (17.97% from 255) = 9.93%
R=46.80%
G=43.27%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121964500.080.790.1754.2566.0150.39
HexD4C42D084F11364232
Octal32430455010117216610262
Binary1101010011000100101101010001001111100011101101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C42D; }

 p { color: rgb(212,196,45); }

 H1.HeaderClassName
 {
   color: #D4C42D;
 }
 .AnyTagClassName
 {
   color: #D4C42D;
 }
</style>
background-color css

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

 a { background-color: rgb(212,196,45); }

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

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

 span { border-color: rgb(212,196,45); }

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