#DED167

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

Shades of Wild Rice #DED167

Tints of Wild Rice #DED167

Color information

#DED167 (or 0xDED167) is unknown color: approx Wild Rice. HEX triplet: DE, D1 and 67. RGB value is (222,209,103). Sum of RGB (Red+Green+Blue) = 222+209+103=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 103 (40.62% from 255 or 19.29% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DED167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED167 is #212E98. Grayscale: #C9C9C9. Windows color (decimal): -2174617 or 6803934. OLE color: 6803934.

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

Color convert

RGB222209103-
CMYK00.060.540.13
HSL53.45º64.32%63.73%-
HSV(B)53.45º53.6%87.06%-
XYZ55.3762.1121.9-
YUV200.872.81143.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.57%
GREEN value IS 209 (82.03% from 255) = 39.14%
BLUE value IS 103 (40.62% from 255) = 19.29%
R=41.57%
G=39.14%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220910300.060.540.1353.4564.3263.73
HexDED1670636D354040
Octal33632114706661565100100
Binary110111101101000111001110110110110110111010110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED167; }

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

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

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

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

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

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

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

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