#DFCD3B

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

Shades of Wattle #DFCD3B

Tints of Wattle #DFCD3B

Color information

#DFCD3B (or 0xDFCD3B) is unknown color: approx Wattle. HEX triplet: DF, CD and 3B. RGB value is (223,205,59). Sum of RGB (Red+Green+Blue) = 223+205+59=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 59 (23.44% from 255 or 12.11% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCD3B is #2032C4. Grayscale: #C2C2C2. Windows color (decimal): -2110149 or 3919327. OLE color: 3919327.

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

Color convert

RGB22320559-
CMYK00.080.740.13
HSL53.41º71.93%55.29%-
HSV(B)53.41º73.54%87.45%-
XYZ53.0559.6712.86-
YUV193.7451.96148.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.79%
GREEN value IS 205 (80.47% from 255) = 42.09%
BLUE value IS 59 (23.44% from 255) = 12.11%
R=45.79%
G=42.09%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232055900.080.740.1353.4171.9355.29
HexDFCD3B084AD354837
Octal33731573010112156511067
Binary110111111100110111101101000100101011011101011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCD3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCD3B; }

 p { color: rgb(223,205,59); }

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

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

 a { background-color: rgb(223,205,59); }

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

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

 span { border-color: rgb(223,205,59); }

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