Html Css Color HEX #DDD16C Wild Rice

📋 copy color: '#DDD16C'

red 221 ◦ green 209 ◦ blue 108

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

Shades of Wild Rice #DDD16C

Tints of Wild Rice #DDD16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.07%

R = 41.08%
G = 38.85%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DDD16C (or 0xDDD16C) is known color: Wild Rice. HEX triplet: DD, D1 and 6C. RGB value is (221,209,108). Sum of RGB (Red+Green+Blue) = 221+209+108=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD16C is #222E93. Grayscale: #C9C9C9. Windows color (decimal): -2240148 or 7131613. OLE color: 7131613.

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

Color convert

RGB 221 209 108 -
CMYK 0 0.05 0.51 0.13
HSL 53.63º 0.62% 0.65% -
HSV(B) 53.63º 0.51% 0.87% -
XYZ 55.33 62.06 23.25 -
YUV 201.07 75.48 142.21 -
System Red Green Blue C M Y K H S L
Decimal 221 209 108 0 0.05 0.51 0.13 53.63 0.62 0.65
Hex DD D1 6C 0 5 33 D 36 3E 41
Octal 335 321 154 0 5 63 15 66 76 101
Binary 11011101 11010001 1101100 0 101 110011 1101 110110 111110 1000001

Color Harmonies of #DDD16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD16C

Black with #DDD16C

Text Example


Text Example

White with #DDD16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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