#D4CD3B

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

Shades of Wattle #D4CD3B

Tints of Wattle #D4CD3B

Color information

#D4CD3B (or 0xD4CD3B) is unknown color: approx Wattle. HEX triplet: D4, CD and 3B. RGB value is (212,205,59). Sum of RGB (Red+Green+Blue) = 212+205+59=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 59 (23.44% from 255 or 12.39% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CD3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CD3B is #2B32C4. Grayscale: #BFBFBF. Windows color (decimal): -2831045 or 3919316. OLE color: 3919316.

HSL color Cylindrical-coordinate representation of color #D4CD3B: hue angle of 57.25º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4CD3B is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB21220559-
CMYK00.030.720.17
HSL57.25º64.02%53.14%-
HSV(B)57.25º72.17%83.14%-
XYZ49.7757.9812.7-
YUV190.4553.82143.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.54%
GREEN value IS 205 (80.47% from 255) = 43.07%
BLUE value IS 59 (23.44% from 255) = 12.39%
R=44.54%
G=43.07%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122055900.030.720.1757.2564.0253.14
HexD4CD3B034811394035
Octal3243157303110217110065
Binary11010100110011011110110111001000100011110011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CD3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CD3B; }

 p { color: rgb(212,205,59); }

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

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

 a { background-color: rgb(212,205,59); }

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

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

 span { border-color: rgb(212,205,59); }

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