Html Css Color HEX #DDB197 Cashmere

📋 copy color: '#DDB197'

red 221 ◦ green 177 ◦ blue 151

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

Shades of Cashmere #DDB197

Tints of Cashmere #DDB197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.5%

R = 40.26%
G = 32.24%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDB197 (or 0xDDB197) is known color: Cashmere. HEX triplet: DD, B1 and 97. RGB value is (221,177,151). Sum of RGB (Red+Green+Blue) = 221+177+151=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 151 (59.38% from 255 or 27.50% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB197 is #224E68. Grayscale: #BBBBBB. Windows color (decimal): -2248297 or 9941469. OLE color: 9941469.

HSL color Cylindrical-coordinate representation of color #DDB197: hue angle of 22.29º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDB197 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 177 151 -
CMYK 0 0.20 0.32 0.13
HSL 22.29º 0.51% 0.73% -
HSV(B) 22.29º 0.32% 0.87% -
XYZ 51.13 49.05 36.05 -
YUV 187.19 107.58 152.11 -
System Red Green Blue C M Y K H S L
Decimal 221 177 151 0 0.20 0.32 0.13 22.29 0.51 0.73
Hex DD B1 97 0 14 20 D 16 33 49
Octal 335 261 227 0 24 40 15 26 63 111
Binary 11011101 10110001 10010111 0 10100 100000 1101 10110 110011 1001001

Color Harmonies of #DDB197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB197

Black with #DDB197

Text Example


Text Example

White with #DDB197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB197; }

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

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

background-color css

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

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

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

border-color css

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

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

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