Html Css Color HEX #DDCAAB Raffia

📋 copy color: '#DDCAAB'

red 221 ◦ green 202 ◦ blue 171

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

Shades of Raffia #DDCAAB

Tints of Raffia #DDCAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.79%

R = 37.21%
G = 34.01%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDCAAB (or 0xDDCAAB) is known color: Raffia. HEX triplet: DD, CA and AB. RGB value is (221,202,171). Sum of RGB (Red+Green+Blue) = 221+202+171=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCAAB is #223554. Grayscale: #CCCCCC. Windows color (decimal): -2241877 or 11258589. OLE color: 11258589.

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

Color convert

RGB 221 202 171 -
CMYK 0 0.09 0.23 0.13
HSL 37.2º 0.42% 0.77% -
HSV(B) 37.2º 0.23% 0.87% -
XYZ 58.29 60.55 47.14 -
YUV 204.15 109.29 140.02 -
System Red Green Blue C M Y K H S L
Decimal 221 202 171 0 0.09 0.23 0.13 37.2 0.42 0.77
Hex DD CA AB 0 9 17 D 25 2A 4D
Octal 335 312 253 0 11 27 15 45 52 115
Binary 11011101 11001010 10101011 0 1001 10111 1101 100101 101010 1001101

Color Harmonies of #DDCAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCAAB

Black with #DDCAAB

Text Example


Text Example

White with #DDCAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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