#D5CB36

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

Shades of Wattle #D5CB36

Tints of Wattle #D5CB36

Color information

#D5CB36 (or 0xD5CB36) is unknown color: approx Wattle. HEX triplet: D5, CB and 36. RGB value is (213,203,54). Sum of RGB (Red+Green+Blue) = 213+203+54=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 54 (21.48% from 255 or 11.49% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CB36 is #2A34C9. Grayscale: #BDBDBD. Windows color (decimal): -2766026 or 3591125. OLE color: 3591125.

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

Color convert

RGB21320354-
CMYK00.050.750.16
HSL56.23º65.43%52.35%-
HSV(B)56.23º74.65%83.53%-
XYZ49.4657.1211.91-
YUV18951.81145.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.32%
GREEN value IS 203 (79.69% from 255) = 43.19%
BLUE value IS 54 (21.48% from 255) = 11.49%
R=45.32%
G=43.19%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132035400.050.750.1656.2365.4352.35
HexD5CB36054B10384134
Octal3253136605113207010164
Binary110101011100101111011001011001011100001110001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CB36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CB36; }

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

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

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

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

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

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

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

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