#DFCD74

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

Shades of Wild Rice #DFCD74

Tints of Wild Rice #DFCD74

Color information

#DFCD74 (or 0xDFCD74) is unknown color: approx Wild Rice. HEX triplet: DF, CD and 74. RGB value is (223,205,116). Sum of RGB (Red+Green+Blue) = 223+205+116=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 116 (45.70% from 255 or 21.32% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCD74 is #20328B. Grayscale: #C8C8C8. Windows color (decimal): -2110092 or 7654879. OLE color: 7654879.

HSL color Cylindrical-coordinate representation of color #DFCD74: hue angle of 49.91º 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 #DFCD74 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB223205116-
CMYK00.080.480.13
HSL49.91º62.57%66.47%-
HSV(B)49.91º47.98%87.45%-
XYZ55.4260.6125.3-
YUV200.2480.46144.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.99%
GREEN value IS 205 (80.47% from 255) = 37.68%
BLUE value IS 116 (45.70% from 255) = 21.32%
R=40.99%
G=37.68%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320511600.080.480.1349.9162.5766.47
HexDFCD740830D323f42
Octal33731516401060156277102
Binary110111111100110111101000100011000011011100101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCD74; }

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

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

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

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

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

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

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

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