#D5C13B

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

Shades of Wattle #D5C13B

Tints of Wattle #D5C13B

Color information

#D5C13B (or 0xD5C13B) is unknown color: approx Wattle. HEX triplet: D5, C1 and 3B. RGB value is (213,193,59). Sum of RGB (Red+Green+Blue) = 213+193+59=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 59 (23.44% from 255 or 12.69% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C13B is #2A3EC4. Grayscale: #B8B8B8. Windows color (decimal): -2768581 or 3916245. OLE color: 3916245.

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

Color convert

RGB21319359-
CMYK00.090.720.16
HSL52.21º64.71%53.33%-
HSV(B)52.21º72.3%83.53%-
XYZ47.352.611.8-
YUV183.757.63148.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.81%
GREEN value IS 193 (75.78% from 255) = 41.51%
BLUE value IS 59 (23.44% from 255) = 12.69%
R=45.81%
G=41.51%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131935900.090.720.1652.2164.7153.33
HexD5C13B094810344135
Octal32530173011110206410165
Binary1101010111000001111011010011001000100001101001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C13B; }

 p { color: rgb(213,193,59); }

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

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

 a { background-color: rgb(213,193,59); }

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

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

 span { border-color: rgb(213,193,59); }

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