#D9CC42

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

Shades of Wattle #D9CC42

Tints of Wattle #D9CC42

Color information

#D9CC42 (or 0xD9CC42) is unknown color: approx Wattle. HEX triplet: D9, CC and 42. RGB value is (217,204,66). Sum of RGB (Red+Green+Blue) = 217+204+66=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 66 (26.17% from 255 or 13.55% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CC42 is #2633BD. Grayscale: #C0C0C0. Windows color (decimal): -2503614 or 4377817. OLE color: 4377817.

HSL color Cylindrical-coordinate representation of color #D9CC42: hue angle of 54.83º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D9CC42 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB21720466-
CMYK00.060.700.15
HSL54.83º66.52%55.49%-
HSV(B)54.83º69.59%85.1%-
XYZ51.1958.3313.72-
YUV192.1556.81145.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.56%
GREEN value IS 204 (80.08% from 255) = 41.89%
BLUE value IS 66 (26.17% from 255) = 13.55%
R=44.56%
G=41.89%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172046600.060.700.1554.8366.5255.49
HexD9CC420646F374337
Octal33131410206106176710367
Binary110110011100110010000100110100011011111101111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CC42; }

 p { color: rgb(217,204,66); }

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

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

 a { background-color: rgb(217,204,66); }

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

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

 span { border-color: rgb(217,204,66); }

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