#DED374

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

Shades of Wild Rice #DED374

Tints of Wild Rice #DED374

Color information

#DED374 (or 0xDED374) is unknown color: approx Wild Rice. HEX triplet: DE, D3 and 74. RGB value is (222,211,116). Sum of RGB (Red+Green+Blue) = 222+211+116=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 116 (45.70% from 255 or 21.13% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DED374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED374 is #212C8B. Grayscale: #CBCBCB. Windows color (decimal): -2174092 or 7656414. OLE color: 7656414.

HSL color Cylindrical-coordinate representation of color #DED374: hue angle of 53.77º 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 #DED374 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB222211116-
CMYK00.050.480.13
HSL53.77º61.63%66.27%-
HSV(B)53.77º47.75%87.06%-
XYZ56.5763.3825.77-
YUV203.4678.64141.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.44%
GREEN value IS 211 (82.81% from 255) = 38.43%
BLUE value IS 116 (45.70% from 255) = 21.13%
R=40.44%
G=38.43%
B=21.13%

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
Decimal22221111600.050.480.1353.7761.6366.27
HexDED3740530D363e42
Octal3363231640560156676102
Binary11011110110100111110100010111000011011101101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED374; }

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

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

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

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

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

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

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

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