Html Css Color HEX #DDCAA6 Raffia

📋 copy color: '#DDCAA6'

red 221 ◦ green 202 ◦ blue 166

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

Shades of Raffia #DDCAA6

Tints of Raffia #DDCAA6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.3%

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

R = 37.52%
G = 34.3%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DDCAA6 (or 0xDDCAA6) is known color: Raffia. HEX triplet: DD, CA and A6. RGB value is (221,202,166). Sum of RGB (Red+Green+Blue) = 221+202+166=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 166 (65.23% from 255 or 28.18% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCAA6 is #223559. Grayscale: #CBCBCB. Windows color (decimal): -2241882 or 10930909. OLE color: 10930909.

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

Color convert

RGB 221 202 166 -
CMYK 0 0.09 0.25 0.13
HSL 39.27º 0.45% 0.76% -
HSV(B) 39.27º 0.25% 0.87% -
XYZ 57.82 60.37 44.68 -
YUV 203.58 106.79 140.43 -
System Red Green Blue C M Y K H S L
Decimal 221 202 166 0 0.09 0.25 0.13 39.27 0.45 0.76
Hex DD CA A6 0 9 19 D 27 2D 4C
Octal 335 312 246 0 11 31 15 47 55 114
Binary 11011101 11001010 10100110 0 1001 11001 1101 100111 101101 1001100

Color Harmonies of #DDCAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCAA6

Black with #DDCAA6

Text Example


Text Example

White with #DDCAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCAA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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