Html Css Color HEX #DED073 Wild Rice

📋 copy color: '#DED073'

red 222 ◦ green 208 ◦ blue 115

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

Shades of Wild Rice #DED073

Tints of Wild Rice #DED073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.1%

R = 40.73%
G = 38.17%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DED073 (or 0xDED073) is known color: Wild Rice. HEX triplet: DE, D0 and 73. RGB value is (222,208,115). Sum of RGB (Red+Green+Blue) = 222+208+115=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 115 (45.31% from 255 or 21.10% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DED073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED073 is #212F8C. Grayscale: #C9C9C9. Windows color (decimal): -2174861 or 7590110. OLE color: 7590110.

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

Color convert

RGB 222 208 115 -
CMYK 0 0.06 0.48 0.13
HSL 52.15º 0.62% 0.66% -
HSV(B) 52.15º 0.48% 0.87% -
XYZ 55.77 61.88 25.22 -
YUV 201.58 79.14 142.56 -
System Red Green Blue C M Y K H S L
Decimal 222 208 115 0 0.06 0.48 0.13 52.15 0.62 0.66
Hex DE D0 73 0 6 30 D 34 3E 42
Octal 336 320 163 0 6 60 15 64 76 102
Binary 11011110 11010000 1110011 0 110 110000 1101 110100 111110 1000010

Color Harmonies of #DED073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED073

Black with #DED073

Text Example


Text Example

White with #DED073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED073; }

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

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

background-color css

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

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

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

border-color css

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

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

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