#D3C133

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

Shades of Wattle #D3C133

Tints of Wattle #D3C133

Color information

#D3C133 (or 0xD3C133) is unknown color: approx Wattle. HEX triplet: D3, C1 and 33. RGB value is (211,193,51). Sum of RGB (Red+Green+Blue) = 211+193+51=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 51 (20.31% from 255 or 11.21% from 455); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C133 is #2C3ECC. Grayscale: #B6B6B6. Windows color (decimal): -2899661 or 3391955. OLE color: 3391955.

HSL color Cylindrical-coordinate representation of color #D3C133: hue angle of 53.25º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D3C133 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB21119351-
CMYK00.090.760.17
HSL53.25º64.52%51.37%-
HSV(B)53.25º75.83%82.75%-
XYZ46.5352.2310.76-
YUV182.1953.96148.55-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.37%
GREEN value IS 193 (75.78% from 255) = 42.42%
BLUE value IS 51 (20.31% from 255) = 11.21%
R=46.37%
G=42.42%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.76
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111935100.090.760.1753.2564.5251.37
HexD3C133094C11354133
Octal32330163011114216510163
Binary1101001111000001110011010011001100100011101011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C133; }

 p { color: rgb(211,193,51); }

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

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

 a { background-color: rgb(211,193,51); }

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

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

 span { border-color: rgb(211,193,51); }

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