#DFCC6D

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

Shades of Wild Rice #DFCC6D

Tints of Wild Rice #DFCC6D

Color information

#DFCC6D (or 0xDFCC6D) is unknown color: approx Wild Rice. HEX triplet: DF, CC and 6D. RGB value is (223,204,109). Sum of RGB (Red+Green+Blue) = 223+204+109=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 109 (42.97% from 255 or 20.34% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC6D is #203392. Grayscale: #C7C7C7. Windows color (decimal): -2110355 or 7195871. OLE color: 7195871.

HSL color Cylindrical-coordinate representation of color #DFCC6D: hue angle of 50º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFCC6D is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB223204109-
CMYK00.090.510.13
HSL50º64.04%65.1%-
HSV(B)50º51.12%87.45%-
XYZ54.7859.9823.16-
YUV198.8577.29145.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.60%
GREEN value IS 204 (80.08% from 255) = 38.06%
BLUE value IS 109 (42.97% from 255) = 20.34%
R=41.60%
G=38.06%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320410900.090.510.135064.0465.1
HexDFCC6D0933D324041
Octal337314155011631562100101
Binary1101111111001100110110101001110011110111001010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCC6D; }

 p { color: rgb(223,204,109); }

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

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

 a { background-color: rgb(223,204,109); }

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

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

 span { border-color: rgb(223,204,109); }

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