Html Css Color HEX #DED074 Wild Rice

📋 copy color: '#DED074'

red 222 ◦ green 208 ◦ blue 116

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

Shades of Wild Rice #DED074

Tints of Wild Rice #DED074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.25%

R = 40.66%
G = 38.1%
B = 21.25%

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

#DED074 (or 0xDED074) is known color: Wild Rice. HEX triplet: DE, D0 and 74. RGB value is (222,208,116). Sum of RGB (Red+Green+Blue) = 222+208+116=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 116 (45.70% from 255 or 21.25% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DED074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED074 is #212F8B. Grayscale: #CACACA. Windows color (decimal): -2174860 or 7655646. OLE color: 7655646.

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

Color convert

RGB 222 208 116 -
CMYK 0 0.06 0.48 0.13
HSL 52.08º 0.62% 0.66% -
HSV(B) 52.08º 0.48% 0.87% -
XYZ 55.83 61.9 25.53 -
YUV 201.7 79.64 142.48 -
System Red Green Blue C M Y K H S L
Decimal 222 208 116 0 0.06 0.48 0.13 52.08 0.62 0.66
Hex DE D0 74 0 6 30 D 34 3E 42
Octal 336 320 164 0 6 60 15 64 76 102
Binary 11011110 11010000 1110100 0 110 110000 1101 110100 111110 1000010

Color Harmonies of #DED074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED074

Black with #DED074

Text Example


Text Example

White with #DED074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED074; }

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

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

background-color css

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

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

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

border-color css

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

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

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