#D5C13D

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

Shades of Wattle #D5C13D

Tints of Wattle #D5C13D

Color information

#D5C13D (or 0xD5C13D) is unknown color: approx Wattle. HEX triplet: D5, C1 and 3D. RGB value is (213,193,61). Sum of RGB (Red+Green+Blue) = 213+193+61=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 61 (24.22% from 255 or 13.06% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C13D is #2A3EC2. Grayscale: #B8B8B8. Windows color (decimal): -2768579 or 4047317. OLE color: 4047317.

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

Color convert

RGB21319361-
CMYK00.090.710.16
HSL52.11º64.41%53.73%-
HSV(B)52.11º71.36%83.53%-
XYZ47.3552.6212.08-
YUV183.9358.63148.73-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.61%
GREEN value IS 193 (75.78% from 255) = 41.33%
BLUE value IS 61 (24.22% from 255) = 13.06%
R=45.61%
G=41.33%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131936100.090.710.1652.1164.4153.73
HexD5C13D094710344036
Octal32530175011107206410066
Binary1101010111000001111101010011000111100001101001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C13D; }

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

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

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

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

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

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

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

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