Html Css Color HEX #DED671 Wild Rice

📋 copy color: '#DED671'

red 222 ◦ green 214 ◦ blue 113

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

Shades of Wild Rice #DED671

Tints of Wild Rice #DED671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.58%

R = 40.44%
G = 38.98%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DED671 (or 0xDED671) is known color: Wild Rice. HEX triplet: DE, D6 and 71. RGB value is (222,214,113). Sum of RGB (Red+Green+Blue) = 222+214+113=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 113 (44.53% from 255 or 20.58% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DED671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED671 is #21298E. Grayscale: #CDCDCD. Windows color (decimal): -2173327 or 7460574. OLE color: 7460574.

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

Color convert

RGB 222 214 113 -
CMYK 0 0.04 0.49 0.13
HSL 55.6º 0.62% 0.66% -
HSV(B) 55.6º 0.49% 0.87% -
XYZ 57.15 64.81 25.12 -
YUV 204.88 76.15 140.21 -
System Red Green Blue C M Y K H S L
Decimal 222 214 113 0 0.04 0.49 0.13 55.6 0.62 0.66
Hex DE D6 71 0 4 31 D 38 3E 42
Octal 336 326 161 0 4 61 15 70 76 102
Binary 11011110 11010110 1110001 0 100 110001 1101 111000 111110 1000010

Color Harmonies of #DED671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED671

Black with #DED671

Text Example


Text Example

White with #DED671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED671; }

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

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

background-color css

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

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

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

border-color css

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

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

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