#D1CE38

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

Shades of Wattle #D1CE38

Tints of Wattle #D1CE38

Color information

#D1CE38 (or 0xD1CE38) is unknown color: approx Wattle. HEX triplet: D1, CE and 38. RGB value is (209,206,56). Sum of RGB (Red+Green+Blue) = 209+206+56=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 56 (22.27% from 255 or 11.89% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CE38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CE38 is #2E31C7. Grayscale: #BEBEBE. Windows color (decimal): -3027400 or 3722961. OLE color: 3722961.

HSL color Cylindrical-coordinate representation of color #D1CE38: hue angle of 58.82º 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 #D1CE38 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB20920656-
CMYK00.010.730.18
HSL58.82º62.45%51.96%-
HSV(B)58.82º73.21%81.96%-
XYZ49.0857.9812.35-
YUV189.852.49141.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.37%
GREEN value IS 206 (80.86% from 255) = 43.74%
BLUE value IS 56 (22.27% from 255) = 11.89%
R=44.37%
G=43.74%
B=11.89%

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
Decimal2092065600.010.730.1858.8262.4551.96
HexD1CE380149123b3e34
Octal321316700111122737664
Binary110100011100111011100001100100110010111011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CE38; }

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

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

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

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

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

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

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

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