#D3C93B

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

Shades of Wattle #D3C93B

Tints of Wattle #D3C93B

Color information

#D3C93B (or 0xD3C93B) is unknown color: approx Wattle. HEX triplet: D3, C9 and 3B. RGB value is (211,201,59). Sum of RGB (Red+Green+Blue) = 211+201+59=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 59 (23.44% from 255 or 12.53% from 471); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C93B is #2C36C4. Grayscale: #BCBCBC. Windows color (decimal): -2897605 or 3918291. OLE color: 3918291.

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

Color convert

RGB21120159-
CMYK00.050.720.17
HSL56.05º63.33%52.94%-
HSV(B)56.05º72.04%82.75%-
XYZ48.5455.9412.38-
YUV187.855.31144.55-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.80%
GREEN value IS 201 (78.91% from 255) = 42.68%
BLUE value IS 59 (23.44% from 255) = 12.53%
R=44.80%
G=42.68%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112015900.050.720.1756.0563.3352.94
HexD3C93B054811383f35
Octal323311730511021707765
Binary11010011110010011110110101100100010001111000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C93B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C93B; }

 p { color: rgb(211,201,59); }

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

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

 a { background-color: rgb(211,201,59); }

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

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

 span { border-color: rgb(211,201,59); }

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