Html Css Color HEX #DDC99F Raffia

📋 copy color: '#DDC99F'

red 221 ◦ green 201 ◦ blue 159

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

Shades of Raffia #DDC99F

Tints of Raffia #DDC99F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.6%

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

R = 38.04%
G = 34.6%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DDC99F (or 0xDDC99F) is known color: Raffia. HEX triplet: DD, C9 and 9F. RGB value is (221,201,159). Sum of RGB (Red+Green+Blue) = 221+201+159=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 159 (62.5% from 255 or 27.37% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC99F is #223660. Grayscale: #CACACA. Windows color (decimal): -2242145 or 10471901. OLE color: 10471901.

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

Color convert

RGB 221 201 159 -
CMYK 0 0.09 0.28 0.13
HSL 40.65º 0.48% 0.75% -
HSV(B) 40.65º 0.28% 0.87% -
XYZ 56.96 59.65 41.31 -
YUV 202.19 103.63 141.42 -
System Red Green Blue C M Y K H S L
Decimal 221 201 159 0 0.09 0.28 0.13 40.65 0.48 0.75
Hex DD C9 9F 0 9 1C D 29 30 4B
Octal 335 311 237 0 11 34 15 51 60 113
Binary 11011101 11001001 10011111 0 1001 11100 1101 101001 110000 1001011

Color Harmonies of #DDC99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC99F

Black with #DDC99F

Text Example


Text Example

White with #DDC99F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC99F; }

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

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

background-color css

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

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

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

border-color css

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

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

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