Html Css Color HEX #DDB49C Cashmere

📋 copy color: '#DDB49C'

red 221 ◦ green 180 ◦ blue 156

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

Shades of Cashmere #DDB49C

Tints of Cashmere #DDB49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.01%

R = 39.68%
G = 32.32%
B = 28.01%

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

#DDB49C (or 0xDDB49C) is known color: Cashmere. HEX triplet: DD, B4 and 9C. RGB value is (221,180,156). Sum of RGB (Red+Green+Blue) = 221+180+156=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 156 (61.33% from 255 or 28.01% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB49C is #224B63. Grayscale: #BDBDBD. Windows color (decimal): -2247524 or 10269917. OLE color: 10269917.

HSL color Cylindrical-coordinate representation of color #DDB49C: hue angle of 22.15º degrees, saturation: 0.49, 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 #DDB49C is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 180 156 -
CMYK 0 0.19 0.29 0.13
HSL 22.15º 0.49% 0.74% -
HSV(B) 22.15º 0.29% 0.87% -
XYZ 52.14 50.41 38.44 -
YUV 189.52 109.08 150.45 -
System Red Green Blue C M Y K H S L
Decimal 221 180 156 0 0.19 0.29 0.13 22.15 0.49 0.74
Hex DD B4 9C 0 13 1D D 16 31 4A
Octal 335 264 234 0 23 35 15 26 61 112
Binary 11011101 10110100 10011100 0 10011 11101 1101 10110 110001 1001010

Color Harmonies of #DDB49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB49C

Black with #DDB49C

Text Example


Text Example

White with #DDB49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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