Html Css Color HEX #DDB399 Cashmere

📋 copy color: '#DDB399'

red 221 ◦ green 179 ◦ blue 153

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

Shades of Cashmere #DDB399

Tints of Cashmere #DDB399

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.37%

 BLUE value IS 153 (60.16% from 255) = 27.67%

R = 39.96%
G = 32.37%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDB399 (or 0xDDB399) is known color: Cashmere. HEX triplet: DD, B3 and 99. RGB value is (221,179,153). Sum of RGB (Red+Green+Blue) = 221+179+153=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 179 (70.31% from 255 or 32.37% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB399 is #224C66. Grayscale: #BCBCBC. Windows color (decimal): -2247783 or 10073053. OLE color: 10073053.

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

Color convert

RGB 221 179 153 -
CMYK 0 0.19 0.31 0.13
HSL 22.94º 0.5% 0.73% -
HSV(B) 22.94º 0.31% 0.87% -
XYZ 51.69 49.91 37.05 -
YUV 188.59 107.91 151.11 -
System Red Green Blue C M Y K H S L
Decimal 221 179 153 0 0.19 0.31 0.13 22.94 0.5 0.73
Hex DD B3 99 0 13 1F D 17 32 49
Octal 335 263 231 0 23 37 15 27 62 111
Binary 11011101 10110011 10011001 0 10011 11111 1101 10111 110010 1001001

Color Harmonies of #DDB399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB399

Black with #DDB399

Text Example


Text Example

White with #DDB399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB399; }

 p { color: rgb(221,179,153); }

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

background-color css

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

 a { background-color: rgb(221,179,153); }

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

border-color css

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

 span { border-color: rgb(221,179,153); }

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