Html Css Color HEX #DDC8A7 Raffia

📋 copy color: '#DDC8A7'

red 221 ◦ green 200 ◦ blue 167

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

Shades of Raffia #DDC8A7

Tints of Raffia #DDC8A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 28.4%

R = 37.59%
G = 34.01%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DDC8A7 (or 0xDDC8A7) is known color: Raffia. HEX triplet: DD, C8 and A7. RGB value is (221,200,167). Sum of RGB (Red+Green+Blue) = 221+200+167=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 200 (78.52% from 255 or 34.01% from 588); Blue value is 167 (65.62% from 255 or 28.40% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC8A7 is #223758. Grayscale: #CACACA. Windows color (decimal): -2242393 or 10995933. OLE color: 10995933.

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

Color convert

RGB 221 200 167 -
CMYK 0 0.10 0.24 0.13
HSL 36.67º 0.44% 0.76% -
HSV(B) 36.67º 0.24% 0.87% -
XYZ 57.45 59.47 45.01 -
YUV 202.52 107.96 141.18 -
System Red Green Blue C M Y K H S L
Decimal 221 200 167 0 0.10 0.24 0.13 36.67 0.44 0.76
Hex DD C8 A7 0 A 18 D 25 2C 4C
Octal 335 310 247 0 12 30 15 45 54 114
Binary 11011101 11001000 10100111 0 1010 11000 1101 100101 101100 1001100

Color Harmonies of #DDC8A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC8A7

Black with #DDC8A7

Text Example


Text Example

White with #DDC8A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC8A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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