Html Css Color HEX #DED777 Wild Rice

📋 copy color: '#DED777'

red 222 ◦ green 215 ◦ blue 119

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

Shades of Wild Rice #DED777

Tints of Wild Rice #DED777

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.67%

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

R = 39.93%
G = 38.67%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DED777 (or 0xDED777) is known color: Wild Rice. HEX triplet: DE, D7 and 77. RGB value is (222,215,119). Sum of RGB (Red+Green+Blue) = 222+215+119=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 119 (46.88% from 255 or 21.40% from 556); Max value from RGB is 222 - color contains mainly: red. Hex color #DED777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED777 is #212888. Grayscale: #CECECE. Windows color (decimal): -2173065 or 7854046. OLE color: 7854046.

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

Color convert

RGB 222 215 119 -
CMYK 0 0.03 0.46 0.13
HSL 55.92º 0.61% 0.67% -
HSV(B) 55.92º 0.46% 0.87% -
XYZ 57.75 65.46 27.04 -
YUV 206.15 78.82 139.31 -
System Red Green Blue C M Y K H S L
Decimal 222 215 119 0 0.03 0.46 0.13 55.92 0.61 0.67
Hex DE D7 77 0 3 2E D 38 3D 43
Octal 336 327 167 0 3 56 15 70 75 103
Binary 11011110 11010111 1110111 0 11 101110 1101 111000 111101 1000011

Color Harmonies of #DED777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED777

Black with #DED777

Text Example


Text Example

White with #DED777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED777; }

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

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

background-color css

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

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

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

border-color css

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

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

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