#DED169

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

Shades of Wild Rice #DED169

Tints of Wild Rice #DED169

Color information

#DED169 (or 0xDED169) is unknown color: approx Wild Rice. HEX triplet: DE, D1 and 69. RGB value is (222,209,105). Sum of RGB (Red+Green+Blue) = 222+209+105=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 105 (41.41% from 255 or 19.59% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DED169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED169 is #212E96. Grayscale: #C9C9C9. Windows color (decimal): -2174615 or 6935006. OLE color: 6935006.

HSL color Cylindrical-coordinate representation of color #DED169: hue angle of 53.33º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DED169 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB222209105-
CMYK00.060.530.13
HSL53.33º63.93%64.12%-
HSV(B)53.33º52.7%87.06%-
XYZ55.4762.1522.44-
YUV201.0373.81142.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.42%
GREEN value IS 209 (82.03% from 255) = 38.99%
BLUE value IS 105 (41.41% from 255) = 19.59%
R=41.42%
G=38.99%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220910500.060.530.1353.3363.9364.12
HexDED1690635D354040
Octal33632115106651565100100
Binary110111101101000111010010110110101110111010110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED169; }

 p { color: rgb(222,209,105); }

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

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

 a { background-color: rgb(222,209,105); }

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

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

 span { border-color: rgb(222,209,105); }

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