#DFCC74

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

Shades of Wild Rice #DFCC74

Tints of Wild Rice #DFCC74

Color information

#DFCC74 (or 0xDFCC74) is unknown color: approx Wild Rice. HEX triplet: DF, CC and 74. RGB value is (223,204,116). Sum of RGB (Red+Green+Blue) = 223+204+116=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 116 (45.70% from 255 or 21.36% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC74 is #20338B. Grayscale: #C8C8C8. Windows color (decimal): -2110348 or 7654623. OLE color: 7654623.

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

Color convert

RGB223204116-
CMYK00.090.480.13
HSL49.35º62.57%66.47%-
HSV(B)49.35º47.98%87.45%-
XYZ55.1860.1325.22-
YUV199.6580.79144.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.07%
GREEN value IS 204 (80.08% from 255) = 37.57%
BLUE value IS 116 (45.70% from 255) = 21.36%
R=41.07%
G=37.57%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320411600.090.480.1349.3562.5766.47
HexDFCC740930D313f42
Octal33731416401160156177102
Binary110111111100110011101000100111000011011100011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCC74; }

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

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

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

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

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

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

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

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