#DFC830

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

Shades of Wattle #DFC830

Tints of Wattle #DFC830

Color information

#DFC830 (or 0xDFC830) is unknown color: approx Wattle. HEX triplet: DF, C8 and 30. RGB value is (223,200,48). Sum of RGB (Red+Green+Blue) = 223+200+48=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 48 (19.14% from 255 or 10.19% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC830 is #2037CF. Grayscale: #BEBEBE. Windows color (decimal): -2111440 or 3197151. OLE color: 3197151.

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

Color convert

RGB22320048-
CMYK00.100.780.13
HSL52.11º73.22%53.14%-
HSV(B)52.11º78.48%87.45%-
XYZ51.6257.2111.12-
YUV189.5548.12151.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.35%
GREEN value IS 200 (78.52% from 255) = 42.46%
BLUE value IS 48 (19.14% from 255) = 10.19%
R=47.35%
G=42.46%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232004800.100.780.1352.1173.2253.14
HexDFC8300A4ED344935
Octal33731060012116156411165
Binary110111111100100011000001010100111011011101001001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC830; }

 p { color: rgb(223,200,48); }

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

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

 a { background-color: rgb(223,200,48); }

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

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

 span { border-color: rgb(223,200,48); }

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