Html Css Color HEX #DDD16F Wild Rice

📋 copy color: '#DDD16F'

red 221 ◦ green 209 ◦ blue 111

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

Shades of Wild Rice #DDD16F

Tints of Wild Rice #DDD16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.52%

R = 40.85%
G = 38.63%
B = 20.52%

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

#DDD16F (or 0xDDD16F) is known color: Wild Rice. HEX triplet: DD, D1 and 6F. RGB value is (221,209,111). Sum of RGB (Red+Green+Blue) = 221+209+111=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 209 (82.03% from 255 or 38.63% from 541); Blue value is 111 (43.75% from 255 or 20.52% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD16F is #222E90. Grayscale: #C9C9C9. Windows color (decimal): -2240145 or 7328221. OLE color: 7328221.

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

Color convert

RGB 221 209 111 -
CMYK 0 0.05 0.50 0.13
HSL 53.45º 0.62% 0.65% -
HSV(B) 53.45º 0.5% 0.87% -
XYZ 55.49 62.12 24.1 -
YUV 201.42 76.98 141.97 -
System Red Green Blue C M Y K H S L
Decimal 221 209 111 0 0.05 0.50 0.13 53.45 0.62 0.65
Hex DD D1 6F 0 5 32 D 35 3E 41
Octal 335 321 157 0 5 62 15 65 76 101
Binary 11011101 11010001 1101111 0 101 110010 1101 110101 111110 1000001

Color Harmonies of #DDD16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD16F

Black with #DDD16F

Text Example


Text Example

White with #DDD16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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