Html Css Color HEX #DED165 Wild Rice

📋 copy color: '#DED165'

red 222 ◦ green 209 ◦ blue 101

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

Shades of Wild Rice #DED165

Tints of Wild Rice #DED165

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.29%

 BLUE value IS 101 (39.84% from 255) = 18.98%

R = 41.73%
G = 39.29%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DED165 (or 0xDED165) is known color: Wild Rice. HEX triplet: DE, D1 and 65. RGB value is (222,209,101). Sum of RGB (Red+Green+Blue) = 222+209+101=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 209 (82.03% from 255 or 39.29% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DED165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED165 is #212E9A. Grayscale: #C9C9C9. Windows color (decimal): -2174619 or 6672862. OLE color: 6672862.

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

Color convert

RGB 222 209 101 -
CMYK 0 0.06 0.55 0.13
HSL 53.55º 0.65% 0.63% -
HSV(B) 53.55º 0.55% 0.87% -
XYZ 55.27 62.07 21.38 -
YUV 200.58 71.81 143.28 -
System Red Green Blue C M Y K H S L
Decimal 222 209 101 0 0.06 0.55 0.13 53.55 0.65 0.63
Hex DE D1 65 0 6 37 D 36 41 3F
Octal 336 321 145 0 6 67 15 66 101 77
Binary 11011110 11010001 1100101 0 110 110111 1101 110110 1000001 111111

Color Harmonies of #DED165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED165

Black with #DED165

Text Example


Text Example

White with #DED165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED165; }

 p { color: rgb(222,209,101); }

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

background-color css

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

 a { background-color: rgb(222,209,101); }

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

border-color css

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

 span { border-color: rgb(222,209,101); }

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