Html Css Color HEX #DDB39B Cashmere

📋 copy color: '#DDB39B'

red 221 ◦ green 179 ◦ blue 155

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

Shades of Cashmere #DDB39B

Tints of Cashmere #DDB39B

RGB

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

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

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

R = 39.82%
G = 32.25%
B = 27.93%

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

#DDB39B (or 0xDDB39B) is known color: Cashmere. HEX triplet: DD, B3 and 9B. RGB value is (221,179,155). Sum of RGB (Red+Green+Blue) = 221+179+155=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 155 (60.94% from 255 or 27.93% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB39B is #224C64. Grayscale: #BCBCBC. Windows color (decimal): -2247781 or 10204125. OLE color: 10204125.

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

Color convert

RGB 221 179 155 -
CMYK 0 0.19 0.30 0.13
HSL 21.82º 0.49% 0.74% -
HSV(B) 21.82º 0.3% 0.87% -
XYZ 51.86 49.98 37.92 -
YUV 188.82 108.91 150.95 -
System Red Green Blue C M Y K H S L
Decimal 221 179 155 0 0.19 0.30 0.13 21.82 0.49 0.74
Hex DD B3 9B 0 13 1E D 16 31 4A
Octal 335 263 233 0 23 36 15 26 61 112
Binary 11011101 10110011 10011011 0 10011 11110 1101 10110 110001 1001010

Color Harmonies of #DDB39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB39B

Black with #DDB39B

Text Example


Text Example

White with #DDB39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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