Html Css Color HEX #DED680 Wild Rice

📋 copy color: '#DED680'

red 222 ◦ green 214 ◦ blue 128

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

Shades of Wild Rice #DED680

Tints of Wild Rice #DED680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.7%

R = 39.36%
G = 37.94%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DED680 (or 0xDED680) is known color: Wild Rice. HEX triplet: DE, D6 and 80. RGB value is (222,214,128). Sum of RGB (Red+Green+Blue) = 222+214+128=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 214 (83.98% from 255 or 37.94% from 564); Blue value is 128 (50.39% from 255 or 22.70% from 564); Max value from RGB is 222 - color contains mainly: red. Hex color #DED680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED680 is #21297F. Grayscale: #CECECE. Windows color (decimal): -2173312 or 8443614. OLE color: 8443614.

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

Color convert

RGB 222 214 128 -
CMYK 0 0.04 0.42 0.13
HSL 54.89º 0.59% 0.69% -
HSV(B) 54.89º 0.42% 0.87% -
XYZ 58.07 65.18 29.94 -
YUV 206.59 83.65 138.99 -
System Red Green Blue C M Y K H S L
Decimal 222 214 128 0 0.04 0.42 0.13 54.89 0.59 0.69
Hex DE D6 80 0 4 2A D 37 3B 45
Octal 336 326 200 0 4 52 15 67 73 105
Binary 11011110 11010110 10000000 0 100 101010 1101 110111 111011 1000101

Color Harmonies of #DED680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED680

Black with #DED680

Text Example


Text Example

White with #DED680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED680; }

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

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

background-color css

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

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

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

border-color css

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

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

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