Html Css Color HEX #DED677 Wild Rice

📋 copy color: '#DED677'

red 222 ◦ green 214 ◦ blue 119

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

Shades of Wild Rice #DED677

Tints of Wild Rice #DED677

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.56%

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

R = 40%
G = 38.56%
B = 21.44%

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

#DED677 (or 0xDED677) is known color: Wild Rice. HEX triplet: DE, D6 and 77. RGB value is (222,214,119). Sum of RGB (Red+Green+Blue) = 222+214+119=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 119 (46.88% from 255 or 21.44% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DED677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED677 is #212988. Grayscale: #CDCDCD. Windows color (decimal): -2173321 or 7853790. OLE color: 7853790.

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

Color convert

RGB 222 214 119 -
CMYK 0 0.04 0.46 0.13
HSL 55.34º 0.61% 0.67% -
HSV(B) 55.34º 0.46% 0.87% -
XYZ 57.5 64.95 26.96 -
YUV 205.56 79.15 139.72 -
System Red Green Blue C M Y K H S L
Decimal 222 214 119 0 0.04 0.46 0.13 55.34 0.61 0.67
Hex DE D6 77 0 4 2E D 37 3D 43
Octal 336 326 167 0 4 56 15 67 75 103
Binary 11011110 11010110 1110111 0 100 101110 1101 110111 111101 1000011

Color Harmonies of #DED677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED677

Black with #DED677

Text Example


Text Example

White with #DED677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED677; }

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

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

background-color css

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

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

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

border-color css

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

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

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