Html Css Color HEX #DED174 Wild Rice

📋 copy color: '#DED174'

red 222 ◦ green 209 ◦ blue 116

#DED174
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Rice #DED174

Tints of Wild Rice #DED174

RGB

 RED value IS 222 (87.11% from 255) = 40.59%

 GREEN value IS 209 (82.03% from 255) = 38.21%

 BLUE value IS 116 (45.7% from 255) = 21.21%

R = 40.59%
G = 38.21%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DED174 (or 0xDED174) is known color: Wild Rice. HEX triplet: DE, D1 and 74. RGB value is (222,209,116). Sum of RGB (Red+Green+Blue) = 222+209+116=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DED174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED174 is #212E8B. Grayscale: #CACACA. Windows color (decimal): -2174604 or 7655902. OLE color: 7655902.

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

Color convert

RGB 222 209 116 -
CMYK 0 0.06 0.48 0.13
HSL 52.64º 0.62% 0.66% -
HSV(B) 52.64º 0.48% 0.87% -
XYZ 56.08 62.39 25.61 -
YUV 202.29 79.31 142.06 -
System Red Green Blue C M Y K H S L
Decimal 222 209 116 0 0.06 0.48 0.13 52.64 0.62 0.66
Hex DE D1 74 0 6 30 D 35 3E 42
Octal 336 321 164 0 6 60 15 65 76 102
Binary 11011110 11010001 1110100 0 110 110000 1101 110101 111110 1000010

Color Harmonies of #DED174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED174

Black with #DED174

Text Example


Text Example

White with #DED174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED174; }

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

 H1.HeaderClassName
 {
   color: #DED174;
 }
 .AnyTagClassName
 {
   color: #DED174;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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