#D2C03E

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

Shades of Wattle #D2C03E

Tints of Wattle #D2C03E

Color information

#D2C03E (or 0xD2C03E) is unknown color: approx Wattle. HEX triplet: D2, C0 and 3E. RGB value is (210,192,62). Sum of RGB (Red+Green+Blue) = 210+192+62=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 62 (24.61% from 255 or 13.36% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C03E is #2D3FC1. Grayscale: #B7B7B7. Windows color (decimal): -2965442 or 4112594. OLE color: 4112594.

HSL color Cylindrical-coordinate representation of color #D2C03E: hue angle of 52.7º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2C03E is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB21019262-
CMYK00.090.700.18
HSL52.7º62.18%53.33%-
HSV(B)52.7º70.48%82.35%-
XYZ46.351.7512.11-
YUV182.5659.96147.57-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.26%
GREEN value IS 192 (75.39% from 255) = 41.38%
BLUE value IS 62 (24.61% from 255) = 13.36%
R=45.26%
G=41.38%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101926200.090.700.1852.762.1853.33
HexD2C03E094612353e35
Octal3223007601110622657665
Binary110100101100000011111001001100011010010110101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C03E; }

 p { color: rgb(210,192,62); }

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

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

 a { background-color: rgb(210,192,62); }

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

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

 span { border-color: rgb(210,192,62); }

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