#DED06A

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

Shades of Wild Rice #DED06A

Tints of Wild Rice #DED06A

Color information

#DED06A (or 0xDED06A) is unknown color: approx Wild Rice. HEX triplet: DE, D0 and 6A. RGB value is (222,208,106). Sum of RGB (Red+Green+Blue) = 222+208+106=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 106 (41.80% from 255 or 19.78% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DED06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED06A is #212F95. Grayscale: #C8C8C8. Windows color (decimal): -2174870 or 7000286. OLE color: 7000286.

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

Color convert

RGB222208106-
CMYK00.060.520.13
HSL52.76º63.74%64.31%-
HSV(B)52.76º52.25%87.06%-
XYZ55.2861.6822.63-
YUV200.5674.64143.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.42%
GREEN value IS 208 (81.64% from 255) = 38.81%
BLUE value IS 106 (41.80% from 255) = 19.78%
R=41.42%
G=38.81%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220810600.060.520.1352.7663.7464.31
HexDED06A0634D354040
Octal33632015206641565100100
Binary110111101101000011010100110110100110111010110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED06A; }

 p { color: rgb(222,208,106); }

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

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

 a { background-color: rgb(222,208,106); }

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

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

 span { border-color: rgb(222,208,106); }

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