Html Css Color HEX #DDCAB9 Swirl

📋 copy color: '#DDCAB9'

red 221 ◦ green 202 ◦ blue 185

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

Shades of Swirl #DDCAB9

Tints of Swirl #DDCAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 30.43%

R = 36.35%
G = 33.22%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DDCAB9 (or 0xDDCAB9) is known color: Swirl. HEX triplet: DD, CA and B9. RGB value is (221,202,185). Sum of RGB (Red+Green+Blue) = 221+202+185=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 185 (72.66% from 255 or 30.43% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCAB9 is #223546. Grayscale: #CDCDCD. Windows color (decimal): -2241863 or 12176093. OLE color: 12176093.

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

Color convert

RGB 221 202 185 -
CMYK 0 0.09 0.16 0.13
HSL 28.33º 0.35% 0.8% -
HSV(B) 28.33º 0.16% 0.87% -
XYZ 59.7 61.12 54.55 -
YUV 205.74 116.29 138.88 -
System Red Green Blue C M Y K H S L
Decimal 221 202 185 0 0.09 0.16 0.13 28.33 0.35 0.8
Hex DD CA B9 0 9 10 D 1C 23 50
Octal 335 312 271 0 11 20 15 34 43 120
Binary 11011101 11001010 10111001 0 1001 10000 1101 11100 100011 1010000

Color Harmonies of #DDCAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCAB9

Black with #DDCAB9

Text Example


Text Example

White with #DDCAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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