#DED775

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

Shades of Wild Rice #DED775

Tints of Wild Rice #DED775

Color information

#DED775 (or 0xDED775) is unknown color: approx Wild Rice. HEX triplet: DE, D7 and 75. RGB value is (222,215,117). Sum of RGB (Red+Green+Blue) = 222+215+117=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 117 (46.09% from 255 or 21.12% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DED775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED775 is #21288A. Grayscale: #CECECE. Windows color (decimal): -2173067 or 7722974. OLE color: 7722974.

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

Color convert

RGB222215117-
CMYK00.030.470.13
HSL56º61.4%66.47%-
HSV(B)56º47.3%87.06%-
XYZ57.6465.4126.42-
YUV205.9277.82139.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.07%
GREEN value IS 215 (84.38% from 255) = 38.81%
BLUE value IS 117 (46.09% from 255) = 21.12%
R=40.07%
G=38.81%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221511700.030.470.135661.466.47
HexDED775032FD383d42
Octal3363271650357157075102
Binary1101111011010111111010101110111111011110001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED775; }

 p { color: rgb(222,215,117); }

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

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

 a { background-color: rgb(222,215,117); }

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

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

 span { border-color: rgb(222,215,117); }

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