Html Css Color HEX #DDD16E Wild Rice

📋 copy color: '#DDD16E'

red 221 ◦ green 209 ◦ blue 110

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

Shades of Wild Rice #DDD16E

Tints of Wild Rice #DDD16E

RGB

 RED value IS 221 (86.72% from 255) = 40.93%

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

 BLUE value IS 110 (43.36% from 255) = 20.37%

R = 40.93%
G = 38.7%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDD16E (or 0xDDD16E) is known color: Wild Rice. HEX triplet: DD, D1 and 6E. RGB value is (221,209,110). Sum of RGB (Red+Green+Blue) = 221+209+110=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 110 (43.36% from 255 or 20.37% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD16E is #222E91. Grayscale: #C9C9C9. Windows color (decimal): -2240146 or 7262685. OLE color: 7262685.

HSL color Cylindrical-coordinate representation of color #DDD16E: hue angle of 53.51º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDD16E is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 209 110 -
CMYK 0 0.05 0.50 0.13
HSL 53.51º 0.62% 0.65% -
HSV(B) 53.51º 0.5% 0.87% -
XYZ 55.43 62.1 23.82 -
YUV 201.3 76.48 142.05 -
System Red Green Blue C M Y K H S L
Decimal 221 209 110 0 0.05 0.50 0.13 53.51 0.62 0.65
Hex DD D1 6E 0 5 32 D 36 3E 41
Octal 335 321 156 0 5 62 15 66 76 101
Binary 11011101 11010001 1101110 0 101 110010 1101 110110 111110 1000001

Color Harmonies of #DDD16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD16E

Black with #DDD16E

Text Example


Text Example

White with #DDD16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD16E; }

 p { color: rgb(221,209,110); }

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

background-color css

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

 a { background-color: rgb(221,209,110); }

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

border-color css

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

 span { border-color: rgb(221,209,110); }

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