Html Css Color HEX #DED071 Wild Rice

📋 copy color: '#DED071'

red 222 ◦ green 208 ◦ blue 113

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

Shades of Wild Rice #DED071

Tints of Wild Rice #DED071

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.31%

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

R = 40.88%
G = 38.31%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DED071 (or 0xDED071) is known color: Wild Rice. HEX triplet: DE, D0 and 71. RGB value is (222,208,113). Sum of RGB (Red+Green+Blue) = 222+208+113=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 113 (44.53% from 255 or 20.81% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DED071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED071 is #212F8E. Grayscale: #C9C9C9. Windows color (decimal): -2174863 or 7459038. OLE color: 7459038.

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

Color convert

RGB 222 208 113 -
CMYK 0 0.06 0.49 0.13
HSL 52.29º 0.62% 0.66% -
HSV(B) 52.29º 0.49% 0.87% -
XYZ 55.66 61.83 24.62 -
YUV 201.36 78.14 142.72 -
System Red Green Blue C M Y K H S L
Decimal 222 208 113 0 0.06 0.49 0.13 52.29 0.62 0.66
Hex DE D0 71 0 6 31 D 34 3E 42
Octal 336 320 161 0 6 61 15 64 76 102
Binary 11011110 11010000 1110001 0 110 110001 1101 110100 111110 1000010

Color Harmonies of #DED071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED071

Black with #DED071

Text Example


Text Example

White with #DED071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED071; }

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

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

background-color css

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

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

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

border-color css

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

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

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