Html Css Color HEX #DDCAA0 Raffia

📋 copy color: '#DDCAA0'

red 221 ◦ green 202 ◦ blue 160

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

Shades of Raffia #DDCAA0

Tints of Raffia #DDCAA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 27.44%

R = 37.91%
G = 34.65%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DDCAA0 (or 0xDDCAA0) is known color: Raffia. HEX triplet: DD, CA and A0. RGB value is (221,202,160). Sum of RGB (Red+Green+Blue) = 221+202+160=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCAA0 is #22355F. Grayscale: #CBCBCB. Windows color (decimal): -2241888 or 10537693. OLE color: 10537693.

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

Color convert

RGB 221 202 160 -
CMYK 0 0.09 0.28 0.13
HSL 41.31º 0.47% 0.75% -
HSV(B) 41.31º 0.28% 0.87% -
XYZ 57.28 60.15 41.85 -
YUV 202.89 103.79 140.92 -
System Red Green Blue C M Y K H S L
Decimal 221 202 160 0 0.09 0.28 0.13 41.31 0.47 0.75
Hex DD CA A0 0 9 1C D 29 2F 4B
Octal 335 312 240 0 11 34 15 51 57 113
Binary 11011101 11001010 10100000 0 1001 11100 1101 101001 101111 1001011

Color Harmonies of #DDCAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCAA0

Black with #DDCAA0

Text Example


Text Example

White with #DDCAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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