#DFCE35

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

Shades of Wattle #DFCE35

Tints of Wattle #DFCE35

Color information

#DFCE35 (or 0xDFCE35) is unknown color: approx Wattle. HEX triplet: DF, CE and 35. RGB value is (223,206,53). Sum of RGB (Red+Green+Blue) = 223+206+53=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 53 (21.09% from 255 or 11.00% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCE35 is #2031CA. Grayscale: #C2C2C2. Windows color (decimal): -2109899 or 3526367. OLE color: 3526367.

HSL color Cylindrical-coordinate representation of color #DFCE35: hue angle of 54º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DFCE35 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB22320653-
CMYK00.080.760.13
HSL54º72.65%54.12%-
HSV(B)54º76.23%87.45%-
XYZ53.1560.0912.17-
YUV193.6448.63148.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.27%
GREEN value IS 206 (80.86% from 255) = 42.74%
BLUE value IS 53 (21.09% from 255) = 11.00%
R=46.27%
G=42.74%
B=11.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232065300.080.760.135472.6554.12
HexDFCE35084CD364936
Octal33731665010114156611166
Binary110111111100111011010101000100110011011101101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCE35; }

 p { color: rgb(223,206,53); }

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

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

 a { background-color: rgb(223,206,53); }

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

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

 span { border-color: rgb(223,206,53); }

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