#D5CB38

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

Shades of Wattle #D5CB38

Tints of Wattle #D5CB38

Color information

#D5CB38 (or 0xD5CB38) is unknown color: approx Wattle. HEX triplet: D5, CB and 38. RGB value is (213,203,56). Sum of RGB (Red+Green+Blue) = 213+203+56=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 56 (22.27% from 255 or 11.86% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CB38 is #2A34C7. Grayscale: #BDBDBD. Windows color (decimal): -2766024 or 3722197. OLE color: 3722197.

HSL color Cylindrical-coordinate representation of color #D5CB38: hue angle of 56.18º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5CB38 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB21320356-
CMYK00.050.740.16
HSL56.18º65.15%52.75%-
HSV(B)56.18º73.71%83.53%-
XYZ49.5157.1412.16-
YUV189.2352.81144.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.13%
GREEN value IS 203 (79.69% from 255) = 43.01%
BLUE value IS 56 (22.27% from 255) = 11.86%
R=45.13%
G=43.01%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132035600.050.740.1656.1865.1552.75
HexD5CB38054A10384135
Octal3253137005112207010165
Binary110101011100101111100001011001010100001110001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CB38; }

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

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

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

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

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

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

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

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