Html Css Color HEX #DED575 Wild Rice

📋 copy color: '#DED575'

red 222 ◦ green 213 ◦ blue 117

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

Shades of Wild Rice #DED575

Tints of Wild Rice #DED575

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.59%

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

R = 40.22%
G = 38.59%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DED575 (or 0xDED575) is known color: Wild Rice. HEX triplet: DE, D5 and 75. RGB value is (222,213,117). Sum of RGB (Red+Green+Blue) = 222+213+117=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 117 (46.09% from 255 or 21.20% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DED575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED575 is #212A8A. Grayscale: #CDCDCD. Windows color (decimal): -2173579 or 7722462. OLE color: 7722462.

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

Color convert

RGB 222 213 117 -
CMYK 0 0.04 0.47 0.13
HSL 54.86º 0.61% 0.66% -
HSV(B) 54.86º 0.47% 0.87% -
XYZ 57.13 64.4 26.25 -
YUV 204.75 78.48 140.31 -
System Red Green Blue C M Y K H S L
Decimal 222 213 117 0 0.04 0.47 0.13 54.86 0.61 0.66
Hex DE D5 75 0 4 2F D 37 3D 42
Octal 336 325 165 0 4 57 15 67 75 102
Binary 11011110 11010101 1110101 0 100 101111 1101 110111 111101 1000010

Color Harmonies of #DED575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED575

Black with #DED575

Text Example


Text Example

White with #DED575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED575; }

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

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

background-color css

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

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

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

border-color css

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

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

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