Html Css Color HEX #DDC09F Raffia

📋 copy color: '#DDC09F'

red 221 ◦ green 192 ◦ blue 159

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

Shades of Raffia #DDC09F

Tints of Raffia #DDC09F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.57%

 BLUE value IS 159 (62.5% from 255) = 27.8%

R = 38.64%
G = 33.57%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DDC09F (or 0xDDC09F) is known color: Raffia. HEX triplet: DD, C0 and 9F. RGB value is (221,192,159). Sum of RGB (Red+Green+Blue) = 221+192+159=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 159 (62.5% from 255 or 27.80% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC09F is #223F60. Grayscale: #C5C5C5. Windows color (decimal): -2244449 or 10469597. OLE color: 10469597.

HSL color Cylindrical-coordinate representation of color #DDC09F: hue angle of 31.94º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDC09F is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 192 159 -
CMYK 0 0.13 0.28 0.13
HSL 31.94º 0.48% 0.75% -
HSV(B) 31.94º 0.28% 0.87% -
XYZ 54.93 55.57 40.63 -
YUV 196.91 106.61 145.18 -
System Red Green Blue C M Y K H S L
Decimal 221 192 159 0 0.13 0.28 0.13 31.94 0.48 0.75
Hex DD C0 9F 0 D 1C D 20 30 4B
Octal 335 300 237 0 15 34 15 40 60 113
Binary 11011101 11000000 10011111 0 1101 11100 1101 100000 110000 1001011

Color Harmonies of #DDC09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC09F

Black with #DDC09F

Text Example


Text Example

White with #DDC09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC09F; }

 p { color: rgb(221,192,159); }

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

background-color css

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

 a { background-color: rgb(221,192,159); }

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

border-color css

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

 span { border-color: rgb(221,192,159); }

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