Html Css Color HEX #DED679 Wild Rice

📋 copy color: '#DED679'

red 222 ◦ green 214 ◦ blue 121

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

Shades of Wild Rice #DED679

Tints of Wild Rice #DED679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 21.72%

R = 39.86%
G = 38.42%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DED679 (or 0xDED679) is known color: Wild Rice. HEX triplet: DE, D6 and 79. RGB value is (222,214,121). Sum of RGB (Red+Green+Blue) = 222+214+121=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 121 (47.66% from 255 or 21.72% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DED679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED679 is #212986. Grayscale: #CECECE. Windows color (decimal): -2173319 or 7984862. OLE color: 7984862.

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

Color convert

RGB 222 214 121 -
CMYK 0 0.04 0.45 0.13
HSL 55.25º 0.6% 0.67% -
HSV(B) 55.25º 0.45% 0.87% -
XYZ 57.62 65 27.6 -
YUV 205.79 80.15 139.56 -
System Red Green Blue C M Y K H S L
Decimal 222 214 121 0 0.04 0.45 0.13 55.25 0.6 0.67
Hex DE D6 79 0 4 2D D 37 3C 43
Octal 336 326 171 0 4 55 15 67 74 103
Binary 11011110 11010110 1111001 0 100 101101 1101 110111 111100 1000011

Color Harmonies of #DED679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED679

Black with #DED679

Text Example


Text Example

White with #DED679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED679; }

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

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

background-color css

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

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

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

border-color css

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

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

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