Html Css Color HEX #DDB096 Cashmere

📋 copy color: '#DDB096'

red 221 ◦ green 176 ◦ blue 150

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

Shades of Cashmere #DDB096

Tints of Cashmere #DDB096

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.18%

 BLUE value IS 150 (58.98% from 255) = 27.42%

R = 40.4%
G = 32.18%
B = 27.42%

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

#DDB096 (or 0xDDB096) is known color: Cashmere. HEX triplet: DD, B0 and 96. RGB value is (221,176,150). Sum of RGB (Red+Green+Blue) = 221+176+150=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB096 is #224F69. Grayscale: #BABABA. Windows color (decimal): -2248554 or 9875677. OLE color: 9875677.

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

Color convert

RGB 221 176 150 -
CMYK 0 0.20 0.32 0.13
HSL 21.97º 0.51% 0.73% -
HSV(B) 21.97º 0.32% 0.87% -
XYZ 50.85 48.62 35.56 -
YUV 186.49 107.41 152.61 -
System Red Green Blue C M Y K H S L
Decimal 221 176 150 0 0.20 0.32 0.13 21.97 0.51 0.73
Hex DD B0 96 0 14 20 D 16 33 49
Octal 335 260 226 0 24 40 15 26 63 111
Binary 11011101 10110000 10010110 0 10100 100000 1101 10110 110011 1001001

Color Harmonies of #DDB096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB096

Black with #DDB096

Text Example


Text Example

White with #DDB096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB096; }

 p { color: rgb(221,176,150); }

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

background-color css

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

 a { background-color: rgb(221,176,150); }

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

border-color css

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

 span { border-color: rgb(221,176,150); }

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