Html Css Color HEX #DED072 Wild Rice

📋 copy color: '#DED072'

red 222 ◦ green 208 ◦ blue 114

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

Shades of Wild Rice #DED072

Tints of Wild Rice #DED072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.96%

R = 40.81%
G = 38.24%
B = 20.96%

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

#DED072 (or 0xDED072) is known color: Wild Rice. HEX triplet: DE, D0 and 72. RGB value is (222,208,114). Sum of RGB (Red+Green+Blue) = 222+208+114=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 114 (44.92% from 255 or 20.96% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DED072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED072 is #212F8D. Grayscale: #C9C9C9. Windows color (decimal): -2174862 or 7524574. OLE color: 7524574.

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

Color convert

RGB 222 208 114 -
CMYK 0 0.06 0.49 0.13
HSL 52.22º 0.62% 0.66% -
HSV(B) 52.22º 0.49% 0.87% -
XYZ 55.72 61.86 24.92 -
YUV 201.47 78.64 142.64 -
System Red Green Blue C M Y K H S L
Decimal 222 208 114 0 0.06 0.49 0.13 52.22 0.62 0.66
Hex DE D0 72 0 6 31 D 34 3E 42
Octal 336 320 162 0 6 61 15 64 76 102
Binary 11011110 11010000 1110010 0 110 110001 1101 110100 111110 1000010

Color Harmonies of #DED072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED072

Black with #DED072

Text Example


Text Example

White with #DED072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED072; }

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

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

background-color css

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

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

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

border-color css

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

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

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