#D5C23B

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

Shades of Wattle #D5C23B

Tints of Wattle #D5C23B

Color information

#D5C23B (or 0xD5C23B) is unknown color: approx Wattle. HEX triplet: D5, C2 and 3B. RGB value is (213,194,59). Sum of RGB (Red+Green+Blue) = 213+194+59=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 59 (23.44% from 255 or 12.66% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C23B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C23B is #2A3DC4. Grayscale: #B8B8B8. Windows color (decimal): -2768325 or 3916501. OLE color: 3916501.

HSL color Cylindrical-coordinate representation of color #D5C23B: hue angle of 52.6º 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 #D5C23B is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB21319459-
CMYK00.090.720.16
HSL52.6º64.71%53.33%-
HSV(B)52.6º72.3%83.53%-
XYZ47.5253.0511.87-
YUV184.2957.29148.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.71%
GREEN value IS 194 (76.17% from 255) = 41.63%
BLUE value IS 59 (23.44% from 255) = 12.66%
R=45.71%
G=41.63%
B=12.66%

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
Decimal2131945900.090.720.1652.664.7153.33
HexD5C23B094810354135
Octal32530273011110206510165
Binary1101010111000010111011010011001000100001101011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C23B; }

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

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

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

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

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

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

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

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