Html Css Color HEX #DDB49B Cashmere

📋 copy color: '#DDB49B'

red 221 ◦ green 180 ◦ blue 155

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

Shades of Cashmere #DDB49B

Tints of Cashmere #DDB49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.88%

R = 39.75%
G = 32.37%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DDB49B (or 0xDDB49B) is known color: Cashmere. HEX triplet: DD, B4 and 9B. RGB value is (221,180,155). Sum of RGB (Red+Green+Blue) = 221+180+155=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB49B is #224B64. Grayscale: #BDBDBD. Windows color (decimal): -2247525 or 10204381. OLE color: 10204381.

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

Color convert

RGB 221 180 155 -
CMYK 0 0.19 0.30 0.13
HSL 22.73º 0.49% 0.74% -
HSV(B) 22.73º 0.3% 0.87% -
XYZ 52.06 50.38 37.99 -
YUV 189.41 108.58 150.53 -
System Red Green Blue C M Y K H S L
Decimal 221 180 155 0 0.19 0.30 0.13 22.73 0.49 0.74
Hex DD B4 9B 0 13 1E D 17 31 4A
Octal 335 264 233 0 23 36 15 27 61 112
Binary 11011101 10110100 10011011 0 10011 11110 1101 10111 110001 1001010

Color Harmonies of #DDB49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB49B

Black with #DDB49B

Text Example


Text Example

White with #DDB49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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