Html Css Color HEX #DDC8A2 Raffia

📋 copy color: '#DDC8A2'

red 221 ◦ green 200 ◦ blue 162

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

Shades of Raffia #DDC8A2

Tints of Raffia #DDC8A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27.79%

R = 37.91%
G = 34.31%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DDC8A2 (or 0xDDC8A2) is known color: Raffia. HEX triplet: DD, C8 and A2. RGB value is (221,200,162). Sum of RGB (Red+Green+Blue) = 221+200+162=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 200 (78.52% from 255 or 34.31% from 583); Blue value is 162 (63.67% from 255 or 27.79% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC8A2 is #22375D. Grayscale: #CACACA. Windows color (decimal): -2242398 or 10668253. OLE color: 10668253.

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

Color convert

RGB 221 200 162 -
CMYK 0 0.10 0.27 0.13
HSL 38.64º 0.46% 0.75% -
HSV(B) 38.64º 0.27% 0.87% -
XYZ 56.99 59.29 42.62 -
YUV 201.95 105.46 141.59 -
System Red Green Blue C M Y K H S L
Decimal 221 200 162 0 0.10 0.27 0.13 38.64 0.46 0.75
Hex DD C8 A2 0 A 1B D 27 2E 4B
Octal 335 310 242 0 12 33 15 47 56 113
Binary 11011101 11001000 10100010 0 1010 11011 1101 100111 101110 1001011

Color Harmonies of #DDC8A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC8A2

Black with #DDC8A2

Text Example


Text Example

White with #DDC8A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC8A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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