#D1CF38

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

Shades of Wattle #D1CF38

Tints of Wattle #D1CF38

Color information

#D1CF38 (or 0xD1CF38) is unknown color: approx Wattle. HEX triplet: D1, CF and 38. RGB value is (209,207,56). Sum of RGB (Red+Green+Blue) = 209+207+56=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 56 (22.27% from 255 or 11.86% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CF38 is #2E30C7. Grayscale: #BEBEBE. Windows color (decimal): -3027144 or 3723217. OLE color: 3723217.

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

Color convert

RGB20920756-
CMYK00.010.730.18
HSL59.22º62.45%51.96%-
HSV(B)59.22º73.21%81.96%-
XYZ49.3258.4712.43-
YUV190.3852.16141.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.28%
GREEN value IS 207 (81.25% from 255) = 43.86%
BLUE value IS 56 (22.27% from 255) = 11.86%
R=44.28%
G=43.86%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092075600.010.730.1859.2262.4551.96
HexD1CF380149123b3e34
Octal321317700111122737664
Binary110100011100111111100001100100110010111011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CF38; }

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

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

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

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

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

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

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

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