Html Css Color HEX #DED477 Wild Rice

📋 copy color: '#DED477'

red 222 ◦ green 212 ◦ blue 119

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

Shades of Wild Rice #DED477

Tints of Wild Rice #DED477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.52%

R = 40.14%
G = 38.34%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DED477 (or 0xDED477) is known color: Wild Rice. HEX triplet: DE, D4 and 77. RGB value is (222,212,119). Sum of RGB (Red+Green+Blue) = 222+212+119=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 119 (46.88% from 255 or 21.52% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DED477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED477 is #212B88. Grayscale: #CCCCCC. Windows color (decimal): -2173833 or 7853278. OLE color: 7853278.

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

Color convert

RGB 222 212 119 -
CMYK 0 0.05 0.46 0.13
HSL 54.17º 0.61% 0.67% -
HSV(B) 54.17º 0.46% 0.87% -
XYZ 57 63.95 26.79 -
YUV 204.39 79.81 140.56 -
System Red Green Blue C M Y K H S L
Decimal 222 212 119 0 0.05 0.46 0.13 54.17 0.61 0.67
Hex DE D4 77 0 5 2E D 36 3D 43
Octal 336 324 167 0 5 56 15 66 75 103
Binary 11011110 11010100 1110111 0 101 101110 1101 110110 111101 1000011

Color Harmonies of #DED477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED477

Black with #DED477

Text Example


Text Example

White with #DED477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED477; }

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

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

background-color css

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

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

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

border-color css

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

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

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