Html Css Color HEX #DDC8AA Raffia

📋 copy color: '#DDC8AA'

red 221 ◦ green 200 ◦ blue 170

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

Shades of Raffia #DDC8AA

Tints of Raffia #DDC8AA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.84%

 BLUE value IS 170 (66.8% from 255) = 28.76%

R = 37.39%
G = 33.84%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDC8AA (or 0xDDC8AA) is known color: Raffia. HEX triplet: DD, C8 and AA. RGB value is (221,200,170). Sum of RGB (Red+Green+Blue) = 221+200+170=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 200 (78.52% from 255 or 33.84% from 591); Blue value is 170 (66.80% from 255 or 28.76% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC8AA is #223755. Grayscale: #CBCBCB. Windows color (decimal): -2242390 or 11192541. OLE color: 11192541.

HSL color Cylindrical-coordinate representation of color #DDC8AA: hue angle of 35.29º degrees, saturation: 0.43, 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 #DDC8AA is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 200 170 -
CMYK 0 0.10 0.23 0.13
HSL 35.29º 0.43% 0.77% -
HSV(B) 35.29º 0.23% 0.87% -
XYZ 57.73 59.58 46.49 -
YUV 202.86 109.46 140.94 -
System Red Green Blue C M Y K H S L
Decimal 221 200 170 0 0.10 0.23 0.13 35.29 0.43 0.77
Hex DD C8 AA 0 A 17 D 23 2B 4D
Octal 335 310 252 0 12 27 15 43 53 115
Binary 11011101 11001000 10101010 0 1010 10111 1101 100011 101011 1001101

Color Harmonies of #DDC8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC8AA

Black with #DDC8AA

Text Example


Text Example

White with #DDC8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC8AA; }

 p { color: rgb(221,200,170); }

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

background-color css

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

 a { background-color: rgb(221,200,170); }

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

border-color css

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

 span { border-color: rgb(221,200,170); }

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