#D3CC38

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

Shades of Wattle #D3CC38

Tints of Wattle #D3CC38

Color information

#D3CC38 (or 0xD3CC38) is unknown color: approx Wattle. HEX triplet: D3, CC and 38. RGB value is (211,204,56). Sum of RGB (Red+Green+Blue) = 211+204+56=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 56 (22.27% from 255 or 11.89% from 471); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CC38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3CC38 is #2C33C7. Grayscale: #BDBDBD. Windows color (decimal): -2896840 or 3722451. OLE color: 3722451.

HSL color Cylindrical-coordinate representation of color #D3CC38: hue angle of 57.29º 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 #D3CC38 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB21120456-
CMYK00.030.730.17
HSL57.29º63.79%52.35%-
HSV(B)57.29º73.46%82.75%-
XYZ49.1757.3212.21-
YUV189.2252.82143.53-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.80%
GREEN value IS 204 (80.08% from 255) = 43.31%
BLUE value IS 56 (22.27% from 255) = 11.89%
R=44.80%
G=43.31%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112045600.030.730.1757.2963.7952.35
HexD3CC38034911394034
Octal3233147003111217110064
Binary11010011110011001110000111001001100011110011000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CC38; }

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

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

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

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

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

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

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

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