#D6C23E

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

Shades of Wattle #D6C23E

Tints of Wattle #D6C23E

Color information

#D6C23E (or 0xD6C23E) is unknown color: approx Wattle. HEX triplet: D6, C2 and 3E. RGB value is (214,194,62). Sum of RGB (Red+Green+Blue) = 214+194+62=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 62 (24.61% from 255 or 13.19% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C23E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C23E is #293DC1. Grayscale: #B9B9B9. Windows color (decimal): -2702786 or 4113110. OLE color: 4113110.

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

Color convert

RGB21419462-
CMYK00.090.710.16
HSL52.11º64.96%54.12%-
HSV(B)52.11º71.03%83.92%-
XYZ47.8953.2312.31-
YUV184.9358.63148.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.53%
GREEN value IS 194 (76.17% from 255) = 41.28%
BLUE value IS 62 (24.61% from 255) = 13.19%
R=45.53%
G=41.28%
B=13.19%

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
Decimal2141946200.090.710.1652.1164.9654.12
HexD6C23E094710344136
Octal32630276011107206410166
Binary1101011011000010111110010011000111100001101001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C23E; }

 p { color: rgb(214,194,62); }

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

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

 a { background-color: rgb(214,194,62); }

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

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

 span { border-color: rgb(214,194,62); }

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