Html Css Color HEX #DED374 Wild Rice

📋 copy color: '#DED374'

red 222 ◦ green 211 ◦ blue 116

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

Shades of Wild Rice #DED374

Tints of Wild Rice #DED374

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.43%

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

R = 40.44%
G = 38.43%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DED374 (or 0xDED374) is known color: Wild Rice. HEX triplet: DE, D3 and 74. RGB value is (222,211,116). Sum of RGB (Red+Green+Blue) = 222+211+116=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 116 (45.70% from 255 or 21.13% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DED374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED374 is #212C8B. Grayscale: #CBCBCB. Windows color (decimal): -2174092 or 7656414. OLE color: 7656414.

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

Color convert

RGB 222 211 116 -
CMYK 0 0.05 0.48 0.13
HSL 53.77º 0.62% 0.66% -
HSV(B) 53.77º 0.48% 0.87% -
XYZ 56.57 63.38 25.77 -
YUV 203.46 78.64 141.22 -
System Red Green Blue C M Y K H S L
Decimal 222 211 116 0 0.05 0.48 0.13 53.77 0.62 0.66
Hex DE D3 74 0 5 30 D 36 3E 42
Octal 336 323 164 0 5 60 15 66 76 102
Binary 11011110 11010011 1110100 0 101 110000 1101 110110 111110 1000010

Color Harmonies of #DED374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED374

Black with #DED374

Text Example


Text Example

White with #DED374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED374; }

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

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

background-color css

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

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

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

border-color css

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

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

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