#DED274

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

Shades of Wild Rice #DED274

Tints of Wild Rice #DED274

Color information

#DED274 (or 0xDED274) is unknown color: approx Wild Rice. HEX triplet: DE, D2 and 74. RGB value is (222,210,116). Sum of RGB (Red+Green+Blue) = 222+210+116=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 116 (45.70% from 255 or 21.17% from 548); Max value from RGB is 222 - color contains mainly: red. Hex color #DED274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED274 is #212D8B. Grayscale: #CBCBCB. Windows color (decimal): -2174348 or 7656158. OLE color: 7656158.

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

Color convert

RGB222210116-
CMYK00.050.480.13
HSL53.21º61.63%66.27%-
HSV(B)53.21º47.75%87.06%-
XYZ56.3262.8825.69-
YUV202.8778.98141.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.51%
GREEN value IS 210 (82.42% from 255) = 38.32%
BLUE value IS 116 (45.70% from 255) = 21.17%
R=40.51%
G=38.32%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221011600.050.480.1353.2161.6366.27
HexDED2740530D353e42
Octal3363221640560156576102
Binary11011110110100101110100010111000011011101011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED274; }

 p { color: rgb(222,210,116); }

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

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

 a { background-color: rgb(222,210,116); }

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

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

 span { border-color: rgb(222,210,116); }

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