#D6C33B

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

Shades of Wattle #D6C33B

Tints of Wattle #D6C33B

Color information

#D6C33B (or 0xD6C33B) is unknown color: approx Wattle. HEX triplet: D6, C3 and 3B. RGB value is (214,195,59). Sum of RGB (Red+Green+Blue) = 214+195+59=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 59 (23.44% from 255 or 12.61% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C33B is #293CC4. Grayscale: #B9B9B9. Windows color (decimal): -2702533 or 3916758. OLE color: 3916758.

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

Color convert

RGB21419559-
CMYK00.090.720.16
HSL52.65º65.4%53.53%-
HSV(B)52.65º72.43%83.92%-
XYZ48.0453.6411.96-
YUV185.1856.79148.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.73%
GREEN value IS 195 (76.56% from 255) = 41.67%
BLUE value IS 59 (23.44% from 255) = 12.61%
R=45.73%
G=41.67%
B=12.61%

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
Decimal2141955900.090.720.1652.6565.453.53
HexD6C33B094810354136
Octal32630373011110206510166
Binary1101011011000011111011010011001000100001101011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C33B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C33B; }

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

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

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

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

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

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

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

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