Html Css Color HEX #DED375 Wild Rice

📋 copy color: '#DED375'

red 222 ◦ green 211 ◦ blue 117

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

Shades of Wild Rice #DED375

Tints of Wild Rice #DED375

RGB

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

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

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

R = 40.36%
G = 38.36%
B = 21.27%

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

#DED375 (or 0xDED375) is known color: Wild Rice. HEX triplet: DE, D3 and 75. RGB value is (222,211,117). Sum of RGB (Red+Green+Blue) = 222+211+117=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 211 (82.81% from 255 or 38.36% from 550); Blue value is 117 (46.09% from 255 or 21.27% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DED375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED375 is #212C8A. Grayscale: #CBCBCB. Windows color (decimal): -2174091 or 7721950. OLE color: 7721950.

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

Color convert

RGB 222 211 117 -
CMYK 0 0.05 0.47 0.13
HSL 53.71º 0.61% 0.66% -
HSV(B) 53.71º 0.47% 0.87% -
XYZ 56.63 63.4 26.08 -
YUV 203.57 79.14 141.14 -
System Red Green Blue C M Y K H S L
Decimal 222 211 117 0 0.05 0.47 0.13 53.71 0.61 0.66
Hex DE D3 75 0 5 2F D 36 3D 42
Octal 336 323 165 0 5 57 15 66 75 102
Binary 11011110 11010011 1110101 0 101 101111 1101 110110 111101 1000010

Color Harmonies of #DED375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED375

Black with #DED375

Text Example


Text Example

White with #DED375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED375; }

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

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

background-color css

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

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

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

border-color css

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

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

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