#DED06B

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

Shades of Wild Rice #DED06B

Tints of Wild Rice #DED06B

Color information

#DED06B (or 0xDED06B) is unknown color: approx Wild Rice. HEX triplet: DE, D0 and 6B. RGB value is (222,208,107). Sum of RGB (Red+Green+Blue) = 222+208+107=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 107 (42.19% from 255 or 19.93% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DED06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED06B is #212F94. Grayscale: #C9C9C9. Windows color (decimal): -2174869 or 7065822. OLE color: 7065822.

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

Color convert

RGB222208107-
CMYK00.060.520.13
HSL52.7º63.54%64.51%-
HSV(B)52.7º51.8%87.06%-
XYZ55.3361.722.9-
YUV200.6775.14143.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.34%
GREEN value IS 208 (81.64% from 255) = 38.73%
BLUE value IS 107 (42.19% from 255) = 19.93%
R=41.34%
G=38.73%
B=19.93%

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
Decimal22220810700.060.520.1352.763.5464.51
HexDED06B0634D354041
Octal33632015306641565100101
Binary110111101101000011010110110110100110111010110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED06B; }

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

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

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

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

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

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

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

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