Html Css Color HEX #DDC9AB Raffia

📋 copy color: '#DDC9AB'

red 221 ◦ green 201 ◦ blue 171

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

Shades of Raffia #DDC9AB

Tints of Raffia #DDC9AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.84%

R = 37.27%
G = 33.9%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDC9AB (or 0xDDC9AB) is known color: Raffia. HEX triplet: DD, C9 and AB. RGB value is (221,201,171). Sum of RGB (Red+Green+Blue) = 221+201+171=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC9AB is #223654. Grayscale: #CBCBCB. Windows color (decimal): -2242133 or 11258333. OLE color: 11258333.

HSL color Cylindrical-coordinate representation of color #DDC9AB: hue angle of 36º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDC9AB is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 201 171 -
CMYK 0 0.09 0.23 0.13
HSL 36º 0.42% 0.77% -
HSV(B) 36º 0.23% 0.87% -
XYZ 58.06 60.09 47.07 -
YUV 203.56 109.63 140.44 -
System Red Green Blue C M Y K H S L
Decimal 221 201 171 0 0.09 0.23 0.13 36 0.42 0.77
Hex DD C9 AB 0 9 17 D 24 2A 4D
Octal 335 311 253 0 11 27 15 44 52 115
Binary 11011101 11001001 10101011 0 1001 10111 1101 100100 101010 1001101

Color Harmonies of #DDC9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC9AB

Black with #DDC9AB

Text Example


Text Example

White with #DDC9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC9AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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