Html Css Color HEX #DDC8A6 Raffia

📋 copy color: '#DDC8A6'

red 221 ◦ green 200 ◦ blue 166

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

Shades of Raffia #DDC8A6

Tints of Raffia #DDC8A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 28.28%

R = 37.65%
G = 34.07%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DDC8A6 (or 0xDDC8A6) is known color: Raffia. HEX triplet: DD, C8 and A6. RGB value is (221,200,166). Sum of RGB (Red+Green+Blue) = 221+200+166=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 166 (65.23% from 255 or 28.28% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC8A6 is #223759. Grayscale: #CACACA. Windows color (decimal): -2242394 or 10930397. OLE color: 10930397.

HSL color Cylindrical-coordinate representation of color #DDC8A6: hue angle of 37.09º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDC8A6 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 200 166 -
CMYK 0 0.10 0.25 0.13
HSL 37.09º 0.45% 0.76% -
HSV(B) 37.09º 0.25% 0.87% -
XYZ 57.36 59.43 44.53 -
YUV 202.4 107.46 141.26 -
System Red Green Blue C M Y K H S L
Decimal 221 200 166 0 0.10 0.25 0.13 37.09 0.45 0.76
Hex DD C8 A6 0 A 19 D 25 2D 4C
Octal 335 310 246 0 12 31 15 45 55 114
Binary 11011101 11001000 10100110 0 1010 11001 1101 100101 101101 1001100

Color Harmonies of #DDC8A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC8A6

Black with #DDC8A6

Text Example


Text Example

White with #DDC8A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC8A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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