#D4C32B

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

Shades of Barberry #D4C32B

Tints of Barberry #D4C32B

Color information

#D4C32B (or 0xD4C32B) is unknown color: approx Barberry. HEX triplet: D4, C3 and 2B. RGB value is (212,195,43). Sum of RGB (Red+Green+Blue) = 212+195+43=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 43 (17.19% from 255 or 9.56% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C32B is #2B3CD4. Grayscale: #B7B7B7. Windows color (decimal): -2833621 or 2868180. OLE color: 2868180.

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

Color convert

RGB21219543-
CMYK00.080.800.17
HSL53.96º66.27%50%-
HSV(B)53.96º79.72%83.14%-
XYZ47.153.210.07-
YUV182.7549.13148.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.11%
GREEN value IS 195 (76.56% from 255) = 43.33%
BLUE value IS 43 (17.19% from 255) = 9.56%
R=47.11%
G=43.33%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121954300.080.800.1753.9666.2750
HexD4C32B085011364232
Octal32430353010120216610262
Binary1101010011000011101011010001010000100011101101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C32B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C32B; }

 p { color: rgb(212,195,43); }

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

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

 a { background-color: rgb(212,195,43); }

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

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

 span { border-color: rgb(212,195,43); }

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