#DFD87A

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

Shades of Wild Rice #DFD87A

Tints of Wild Rice #DFD87A

Color information

#DFD87A (or 0xDFD87A) is unknown color: approx Wild Rice. HEX triplet: DF, D8 and 7A. RGB value is (223,216,122). Sum of RGB (Red+Green+Blue) = 223+216+122=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 122 (48.05% from 255 or 21.75% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD87A is #202785. Grayscale: #CFCFCF. Windows color (decimal): -2107270 or 8050911. OLE color: 8050911.

HSL color Cylindrical-coordinate representation of color #DFD87A: hue angle of 55.84º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFD87A is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB223216122-
CMYK00.030.450.13
HSL55.84º61.21%67.65%-
HSV(B)55.84º45.29%87.45%-
XYZ58.566.228.11-
YUV207.3879.82139.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.75%
GREEN value IS 216 (84.77% from 255) = 38.50%
BLUE value IS 122 (48.05% from 255) = 21.75%
R=39.75%
G=38.50%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321612200.030.450.1355.8461.2167.65
HexDFD87A032DD383d44
Octal3373301720355157075104
Binary1101111111011000111101001110110111011110001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD87A; }

 p { color: rgb(223,216,122); }

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

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

 a { background-color: rgb(223,216,122); }

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

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

 span { border-color: rgb(223,216,122); }

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