Html Css Color HEX #DDB49E Cashmere

📋 copy color: '#DDB49E'

red 221 ◦ green 180 ◦ blue 158

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

Shades of Cashmere #DDB49E

Tints of Cashmere #DDB49E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.2%

 BLUE value IS 158 (62.11% from 255) = 28.26%

R = 39.53%
G = 32.2%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDB49E (or 0xDDB49E) is known color: Cashmere. HEX triplet: DD, B4 and 9E. RGB value is (221,180,158). Sum of RGB (Red+Green+Blue) = 221+180+158=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 158 (62.11% from 255 or 28.26% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB49E is #224B61. Grayscale: #BDBDBD. Windows color (decimal): -2247522 or 10400989. OLE color: 10400989.

HSL color Cylindrical-coordinate representation of color #DDB49E: hue angle of 20.95º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDB49E is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 180 158 -
CMYK 0 0.19 0.29 0.13
HSL 20.95º 0.48% 0.74% -
HSV(B) 20.95º 0.29% 0.87% -
XYZ 52.31 50.48 39.33 -
YUV 189.75 110.08 150.29 -
System Red Green Blue C M Y K H S L
Decimal 221 180 158 0 0.19 0.29 0.13 20.95 0.48 0.74
Hex DD B4 9E 0 13 1D D 15 30 4A
Octal 335 264 236 0 23 35 15 25 60 112
Binary 11011101 10110100 10011110 0 10011 11101 1101 10101 110000 1001010

Color Harmonies of #DDB49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB49E

Black with #DDB49E

Text Example


Text Example

White with #DDB49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB49E; }

 p { color: rgb(221,180,158); }

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

background-color css

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

 a { background-color: rgb(221,180,158); }

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

border-color css

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

 span { border-color: rgb(221,180,158); }

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