#D6C23B

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

Shades of Wattle #D6C23B

Tints of Wattle #D6C23B

Color information

#D6C23B (or 0xD6C23B) is unknown color: approx Wattle. HEX triplet: D6, C2 and 3B. RGB value is (214,194,59). Sum of RGB (Red+Green+Blue) = 214+194+59=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 59 (23.44% from 255 or 12.63% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C23B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C23B is #293DC4. Grayscale: #B9B9B9. Windows color (decimal): -2702789 or 3916502. OLE color: 3916502.

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

Color convert

RGB21419459-
CMYK00.090.720.16
HSL52.26º65.4%53.53%-
HSV(B)52.26º72.43%83.92%-
XYZ47.8153.211.89-
YUV184.5957.13148.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.82%
GREEN value IS 194 (76.17% from 255) = 41.54%
BLUE value IS 59 (23.44% from 255) = 12.63%
R=45.82%
G=41.54%
B=12.63%

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
Decimal2141945900.090.720.1652.2665.453.53
HexD6C23B094810344136
Octal32630273011110206410166
Binary1101011011000010111011010011001000100001101001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C23B; }

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

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

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

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

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

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

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

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