Html Css Color HEX #DED675 Wild Rice

📋 copy color: '#DED675'

red 222 ◦ green 214 ◦ blue 117

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

Shades of Wild Rice #DED675

Tints of Wild Rice #DED675

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.7%

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

R = 40.14%
G = 38.7%
B = 21.16%

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

#DED675 (or 0xDED675) is known color: Wild Rice. HEX triplet: DE, D6 and 75. RGB value is (222,214,117). Sum of RGB (Red+Green+Blue) = 222+214+117=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 117 (46.09% from 255 or 21.16% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DED675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED675 is #21298A. Grayscale: #CDCDCD. Windows color (decimal): -2173323 or 7722718. OLE color: 7722718.

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

Color convert

RGB 222 214 117 -
CMYK 0 0.04 0.47 0.13
HSL 55.43º 0.61% 0.66% -
HSV(B) 55.43º 0.47% 0.87% -
XYZ 57.38 64.91 26.33 -
YUV 205.33 78.15 139.89 -
System Red Green Blue C M Y K H S L
Decimal 222 214 117 0 0.04 0.47 0.13 55.43 0.61 0.66
Hex DE D6 75 0 4 2F D 37 3D 42
Octal 336 326 165 0 4 57 15 67 75 102
Binary 11011110 11010110 1110101 0 100 101111 1101 110111 111101 1000010

Color Harmonies of #DED675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED675

Black with #DED675

Text Example


Text Example

White with #DED675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED675; }

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

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

background-color css

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

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

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

border-color css

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

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

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