#D4CB3F

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

Shades of Wattle #D4CB3F

Tints of Wattle #D4CB3F

Color information

#D4CB3F (or 0xD4CB3F) is unknown color: approx Wattle. HEX triplet: D4, CB and 3F. RGB value is (212,203,63). Sum of RGB (Red+Green+Blue) = 212+203+63=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 63 (25% from 255 or 13.18% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CB3F is #2B34C0. Grayscale: #BEBEBE. Windows color (decimal): -2831553 or 4180948. OLE color: 4180948.

HSL color Cylindrical-coordinate representation of color #D4CB3F: hue angle of 56.38º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4CB3F is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB21220363-
CMYK00.040.700.17
HSL56.38º63.4%53.92%-
HSV(B)56.38º70.28%83.14%-
XYZ49.457.0713.11-
YUV189.7356.48143.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.35%
GREEN value IS 203 (79.69% from 255) = 42.47%
BLUE value IS 63 (25% from 255) = 13.18%
R=44.35%
G=42.47%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122036300.040.700.1756.3863.453.92
HexD4CB3F044611383f36
Octal324313770410621707766
Binary11010100110010111111110100100011010001111000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CB3F; }

 p { color: rgb(212,203,63); }

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

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

 a { background-color: rgb(212,203,63); }

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

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

 span { border-color: rgb(212,203,63); }

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