Html Css Color HEX #DED577 Wild Rice

📋 copy color: '#DED577'

red 222 ◦ green 213 ◦ blue 119

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

Shades of Wild Rice #DED577

Tints of Wild Rice #DED577

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.45%

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

R = 40.07%
G = 38.45%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DED577 (or 0xDED577) is known color: Wild Rice. HEX triplet: DE, D5 and 77. RGB value is (222,213,119). Sum of RGB (Red+Green+Blue) = 222+213+119=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 213 (83.59% from 255 or 38.45% from 554); Blue value is 119 (46.88% from 255 or 21.48% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DED577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED577 is #212A88. Grayscale: #CDCDCD. Windows color (decimal): -2173577 or 7853534. OLE color: 7853534.

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

Color convert

RGB 222 213 119 -
CMYK 0 0.04 0.46 0.13
HSL 54.76º 0.61% 0.67% -
HSV(B) 54.76º 0.46% 0.87% -
XYZ 57.25 64.45 26.88 -
YUV 204.98 79.48 140.14 -
System Red Green Blue C M Y K H S L
Decimal 222 213 119 0 0.04 0.46 0.13 54.76 0.61 0.67
Hex DE D5 77 0 4 2E D 37 3D 43
Octal 336 325 167 0 4 56 15 67 75 103
Binary 11011110 11010101 1110111 0 100 101110 1101 110111 111101 1000011

Color Harmonies of #DED577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED577

Black with #DED577

Text Example


Text Example

White with #DED577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED577; }

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

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

background-color css

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

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

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

border-color css

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

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

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