#D2C13B

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

Shades of Wattle #D2C13B

Tints of Wattle #D2C13B

Color information

#D2C13B (or 0xD2C13B) is unknown color: approx Wattle. HEX triplet: D2, C1 and 3B. RGB value is (210,193,59). Sum of RGB (Red+Green+Blue) = 210+193+59=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 59 (23.44% from 255 or 12.77% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C13B is #2D3EC4. Grayscale: #B7B7B7. Windows color (decimal): -2965189 or 3916242. OLE color: 3916242.

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

Color convert

RGB21019359-
CMYK00.080.720.18
HSL53.25º62.66%52.75%-
HSV(B)53.25º71.9%82.35%-
XYZ46.4452.1611.76-
YUV182.8158.13147.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.45%
GREEN value IS 193 (75.78% from 255) = 41.77%
BLUE value IS 59 (23.44% from 255) = 12.77%
R=45.45%
G=41.77%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101935900.080.720.1853.2562.6652.75
HexD2C13B084812353f35
Octal3223017301011022657765
Binary110100101100000111101101000100100010010110101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C13B; }

 p { color: rgb(210,193,59); }

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

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

 a { background-color: rgb(210,193,59); }

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

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

 span { border-color: rgb(210,193,59); }

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