Html Css Color HEX #DDC4A2 Raffia

📋 copy color: '#DDC4A2'

red 221 ◦ green 196 ◦ blue 162

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

Shades of Raffia #DDC4A2

Tints of Raffia #DDC4A2

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.85%

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

R = 38.17%
G = 33.85%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DDC4A2 (or 0xDDC4A2) is known color: Raffia. HEX triplet: DD, C4 and A2. RGB value is (221,196,162). Sum of RGB (Red+Green+Blue) = 221+196+162=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 162 (63.67% from 255 or 27.98% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC4A2 is #223B5D. Grayscale: #C7C7C7. Windows color (decimal): -2243422 or 10667229. OLE color: 10667229.

HSL color Cylindrical-coordinate representation of color #DDC4A2: hue angle of 34.58º 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 #DDC4A2 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 196 162 -
CMYK 0 0.11 0.27 0.13
HSL 34.58º 0.46% 0.75% -
HSV(B) 34.58º 0.27% 0.87% -
XYZ 56.08 57.46 42.32 -
YUV 199.6 106.78 143.26 -
System Red Green Blue C M Y K H S L
Decimal 221 196 162 0 0.11 0.27 0.13 34.58 0.46 0.75
Hex DD C4 A2 0 B 1B D 23 2E 4B
Octal 335 304 242 0 13 33 15 43 56 113
Binary 11011101 11000100 10100010 0 1011 11011 1101 100011 101110 1001011

Color Harmonies of #DDC4A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC4A2

Black with #DDC4A2

Text Example


Text Example

White with #DDC4A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC4A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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