Html Css Color HEX #DDCCA1 Raffia

📋 copy color: '#DDCCA1'

red 221 ◦ green 204 ◦ blue 161

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

Shades of Raffia #DDCCA1

Tints of Raffia #DDCCA1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.81%

 BLUE value IS 161 (63.28% from 255) = 27.47%

R = 37.71%
G = 34.81%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DDCCA1 (or 0xDDCCA1) is known color: Raffia. HEX triplet: DD, CC and A1. RGB value is (221,204,161). Sum of RGB (Red+Green+Blue) = 221+204+161=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 161 (63.28% from 255 or 27.47% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCCA1 is #22335E. Grayscale: #CCCCCC. Windows color (decimal): -2241375 or 10603741. OLE color: 10603741.

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

Color convert

RGB 221 204 161 -
CMYK 0 0.08 0.27 0.13
HSL 43º 0.47% 0.75% -
HSV(B) 43º 0.27% 0.87% -
XYZ 57.84 61.13 42.47 -
YUV 204.18 103.63 140 -
System Red Green Blue C M Y K H S L
Decimal 221 204 161 0 0.08 0.27 0.13 43 0.47 0.75
Hex DD CC A1 0 8 1B D 2B 2F 4B
Octal 335 314 241 0 10 33 15 53 57 113
Binary 11011101 11001100 10100001 0 1000 11011 1101 101011 101111 1001011

Color Harmonies of #DDCCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCCA1

Black with #DDCCA1

Text Example


Text Example

White with #DDCCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCCA1; }

 p { color: rgb(221,204,161); }

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

background-color css

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

 a { background-color: rgb(221,204,161); }

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

border-color css

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

 span { border-color: rgb(221,204,161); }

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