#D3CB38

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

Shades of Wattle #D3CB38

Tints of Wattle #D3CB38

Color information

#D3CB38 (or 0xD3CB38) is unknown color: approx Wattle. HEX triplet: D3, CB and 38. RGB value is (211,203,56). Sum of RGB (Red+Green+Blue) = 211+203+56=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 56 (22.27% from 255 or 11.91% from 470); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3CB38 is #2C34C7. Grayscale: #BDBDBD. Windows color (decimal): -2897096 or 3722195. OLE color: 3722195.

HSL color Cylindrical-coordinate representation of color #D3CB38: hue angle of 56.9º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3CB38 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB21120356-
CMYK00.040.730.17
HSL56.9º63.79%52.35%-
HSV(B)56.9º73.46%82.75%-
XYZ48.9356.8512.13-
YUV188.6353.15143.95-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.89%
GREEN value IS 203 (79.69% from 255) = 43.19%
BLUE value IS 56 (22.27% from 255) = 11.91%
R=44.89%
G=43.19%
B=11.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112035600.040.730.1756.963.7952.35
HexD3CB38044911394034
Octal3233137004111217110064
Binary110100111100101111100001001001001100011110011000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CB38; }

 p { color: rgb(211,203,56); }

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

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

 a { background-color: rgb(211,203,56); }

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

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

 span { border-color: rgb(211,203,56); }

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