#D1CF35

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

Shades of Wattle #D1CF35

Tints of Wattle #D1CF35

Color information

#D1CF35 (or 0xD1CF35) is unknown color: approx Wattle. HEX triplet: D1, CF and 35. RGB value is (209,207,53). Sum of RGB (Red+Green+Blue) = 209+207+53=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 53 (21.09% from 255 or 11.30% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CF35 is #2E30CA. Grayscale: #BEBEBE. Windows color (decimal): -3027147 or 3526609. OLE color: 3526609.

HSL color Cylindrical-coordinate representation of color #D1CF35: hue angle of 59.23º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1CF35 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB20920753-
CMYK00.010.750.18
HSL59.23º62.9%51.37%-
HSV(B)59.23º74.64%81.96%-
XYZ49.2558.4412.05-
YUV190.0450.66141.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.56%
GREEN value IS 207 (81.25% from 255) = 44.14%
BLUE value IS 53 (21.09% from 255) = 11.30%
R=44.56%
G=44.14%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092075300.010.750.1859.2362.951.37
HexD1CF35014B123b3f33
Octal321317650111322737763
Binary110100011100111111010101100101110010111011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CF35; }

 p { color: rgb(209,207,53); }

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

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

 a { background-color: rgb(209,207,53); }

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

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

 span { border-color: rgb(209,207,53); }

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