#dfcd70

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

Shades of Wild Rice #DFCD70

Tints of Wild Rice #DFCD70

Color information

#DFCD70 (or 0xDFCD70) is unknown color: approx Wild Rice. HEX triplet: DF, CD and 70. RGB value is (223,205,112). Sum of RGB (Red+Green+Blue) = 223+205+112=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCD70 is #20328F. Grayscale: #C8C8C8. Windows color (decimal): -2110096 or 7392735. OLE color: 7392735.

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

Color convert

RGB223205112-
CMYK00.080.500.13
HSL50.27º63.43%65.69%-
HSV(B)50.27º49.78%87.45%-
XYZ55.1960.5224.1-
YUV199.7878.46144.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.30%
GREEN value IS 205 (80.47% from 255) = 37.96%
BLUE value IS 112 (44.14% from 255) = 20.74%
R=41.30%
G=37.96%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320511200.080.500.1350.2763.4365.69
HexDFCD700832D323f42
Octal33731516001062156277102
Binary110111111100110111100000100011001011011100101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfcd70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfcd70; }

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

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

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

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

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

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

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

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