Html Css Color HEX #DED474 Wild Rice

📋 copy color: '#DED474'

red 222 ◦ green 212 ◦ blue 116

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

Shades of Wild Rice #DED474

Tints of Wild Rice #DED474

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.55%

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

R = 40.36%
G = 38.55%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DED474 (or 0xDED474) is known color: Wild Rice. HEX triplet: DE, D4 and 74. RGB value is (222,212,116). Sum of RGB (Red+Green+Blue) = 222+212+116=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 116 (45.70% from 255 or 21.09% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DED474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED474 is #212B8B. Grayscale: #CCCCCC. Windows color (decimal): -2173836 or 7656670. OLE color: 7656670.

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

Color convert

RGB 222 212 116 -
CMYK 0 0.05 0.48 0.13
HSL 54.34º 0.62% 0.66% -
HSV(B) 54.34º 0.48% 0.87% -
XYZ 56.82 63.88 25.86 -
YUV 204.05 78.31 140.81 -
System Red Green Blue C M Y K H S L
Decimal 222 212 116 0 0.05 0.48 0.13 54.34 0.62 0.66
Hex DE D4 74 0 5 30 D 36 3E 42
Octal 336 324 164 0 5 60 15 66 76 102
Binary 11011110 11010100 1110100 0 101 110000 1101 110110 111110 1000010

Color Harmonies of #DED474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED474

Black with #DED474

Text Example


Text Example

White with #DED474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED474; }

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

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

background-color css

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

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

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

border-color css

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

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

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