Html Css Color HEX #DED17B Wild Rice

📋 copy color: '#DED17B'

red 222 ◦ green 209 ◦ blue 123

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

Shades of Wild Rice #DED17B

Tints of Wild Rice #DED17B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 22.2%

R = 40.07%
G = 37.73%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DED17B (or 0xDED17B) is known color: Wild Rice. HEX triplet: DE, D1 and 7B. RGB value is (222,209,123). Sum of RGB (Red+Green+Blue) = 222+209+123=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 123 (48.44% from 255 or 22.20% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DED17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED17B is #212E84. Grayscale: #CBCBCB. Windows color (decimal): -2174597 or 8114654. OLE color: 8114654.

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

Color convert

RGB 222 209 123 -
CMYK 0 0.06 0.45 0.13
HSL 52.12º 0.6% 0.68% -
HSV(B) 52.12º 0.45% 0.87% -
XYZ 56.5 62.56 27.84 -
YUV 203.08 82.81 141.49 -
System Red Green Blue C M Y K H S L
Decimal 222 209 123 0 0.06 0.45 0.13 52.12 0.6 0.68
Hex DE D1 7B 0 6 2D D 34 3C 44
Octal 336 321 173 0 6 55 15 64 74 104
Binary 11011110 11010001 1111011 0 110 101101 1101 110100 111100 1000100

Color Harmonies of #DED17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED17B

Black with #DED17B

Text Example


Text Example

White with #DED17B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED17B; }

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

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

background-color css

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

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

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

border-color css

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

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

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