Html Css Color HEX #DDB19B Cashmere

📋 copy color: '#DDB19B'

red 221 ◦ green 177 ◦ blue 155

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

Shades of Cashmere #DDB19B

Tints of Cashmere #DDB19B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.01%

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

R = 39.96%
G = 32.01%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DDB19B (or 0xDDB19B) is known color: Cashmere. HEX triplet: DD, B1 and 9B. RGB value is (221,177,155). Sum of RGB (Red+Green+Blue) = 221+177+155=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 155 (60.94% from 255 or 28.03% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB19B is #224E64. Grayscale: #BBBBBB. Windows color (decimal): -2248293 or 10203613. OLE color: 10203613.

HSL color Cylindrical-coordinate representation of color #DDB19B: hue angle of 20º 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 #DDB19B is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 177 155 -
CMYK 0 0.20 0.30 0.13
HSL 20º 0.49% 0.74% -
HSV(B) 20º 0.3% 0.87% -
XYZ 51.46 49.18 37.79 -
YUV 187.65 109.58 151.79 -
System Red Green Blue C M Y K H S L
Decimal 221 177 155 0 0.20 0.30 0.13 20 0.49 0.74
Hex DD B1 9B 0 14 1E D 14 31 4A
Octal 335 261 233 0 24 36 15 24 61 112
Binary 11011101 10110001 10011011 0 10100 11110 1101 10100 110001 1001010

Color Harmonies of #DDB19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB19B

Black with #DDB19B

Text Example


Text Example

White with #DDB19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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