Html Css Color HEX #DED275 Wild Rice

📋 copy color: '#DED275'

red 222 ◦ green 210 ◦ blue 117

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

Shades of Wild Rice #DED275

Tints of Wild Rice #DED275

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.25%

 BLUE value IS 117 (46.09% from 255) = 21.31%

R = 40.44%
G = 38.25%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DED275 (or 0xDED275) is known color: Wild Rice. HEX triplet: DE, D2 and 75. RGB value is (222,210,117). Sum of RGB (Red+Green+Blue) = 222+210+117=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DED275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED275 is #212D8A. Grayscale: #CBCBCB. Windows color (decimal): -2174347 or 7721694. OLE color: 7721694.

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

Color convert

RGB 222 210 117 -
CMYK 0 0.05 0.47 0.13
HSL 53.14º 0.61% 0.66% -
HSV(B) 53.14º 0.47% 0.87% -
XYZ 56.38 62.91 26 -
YUV 202.99 79.48 141.56 -
System Red Green Blue C M Y K H S L
Decimal 222 210 117 0 0.05 0.47 0.13 53.14 0.61 0.66
Hex DE D2 75 0 5 2F D 35 3D 42
Octal 336 322 165 0 5 57 15 65 75 102
Binary 11011110 11010010 1110101 0 101 101111 1101 110101 111101 1000010

Color Harmonies of #DED275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED275

Black with #DED275

Text Example


Text Example

White with #DED275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED275; }

 p { color: rgb(222,210,117); }

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

background-color css

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

 a { background-color: rgb(222,210,117); }

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

border-color css

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

 span { border-color: rgb(222,210,117); }

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