#D6CE33

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

Shades of Wattle #D6CE33

Tints of Wattle #D6CE33

Color information

#D6CE33 (or 0xD6CE33) is unknown color: approx Wattle. HEX triplet: D6, CE and 33. RGB value is (214,206,51). Sum of RGB (Red+Green+Blue) = 214+206+51=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 51 (20.31% from 255 or 10.83% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CE33 is #2931CC. Grayscale: #BFBFBF. Windows color (decimal): -2699725 or 3395286. OLE color: 3395286.

HSL color Cylindrical-coordinate representation of color #D6CE33: hue angle of 57.06º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6CE33 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB21420651-
CMYK00.040.760.16
HSL57.06º66.53%51.96%-
HSV(B)57.06º76.17%83.92%-
XYZ50.458.6811.8-
YUV190.7249.15144.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.44%
GREEN value IS 206 (80.86% from 255) = 43.74%
BLUE value IS 51 (20.31% from 255) = 10.83%
R=45.44%
G=43.74%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142065100.040.760.1657.0666.5351.96
HexD6CE33044C10394334
Octal3263166304114207110364
Binary110101101100111011001101001001100100001110011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CE33; }

 p { color: rgb(214,206,51); }

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

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

 a { background-color: rgb(214,206,51); }

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

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

 span { border-color: rgb(214,206,51); }

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