Html Css Color HEX #DDB39A Cashmere

📋 copy color: '#DDB39A'

red 221 ◦ green 179 ◦ blue 154

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

Shades of Cashmere #DDB39A

Tints of Cashmere #DDB39A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.8%

R = 39.89%
G = 32.31%
B = 27.8%

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

#DDB39A (or 0xDDB39A) is known color: Cashmere. HEX triplet: DD, B3 and 9A. RGB value is (221,179,154). Sum of RGB (Red+Green+Blue) = 221+179+154=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB39A is #224C65. Grayscale: #BCBCBC. Windows color (decimal): -2247782 or 10138589. OLE color: 10138589.

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

Color convert

RGB 221 179 154 -
CMYK 0 0.19 0.30 0.13
HSL 22.39º 0.5% 0.74% -
HSV(B) 22.39º 0.3% 0.87% -
XYZ 51.77 49.95 37.48 -
YUV 188.71 108.41 151.03 -
System Red Green Blue C M Y K H S L
Decimal 221 179 154 0 0.19 0.30 0.13 22.39 0.5 0.74
Hex DD B3 9A 0 13 1E D 16 32 4A
Octal 335 263 232 0 23 36 15 26 62 112
Binary 11011101 10110011 10011010 0 10011 11110 1101 10110 110010 1001010

Color Harmonies of #DDB39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB39A

Black with #DDB39A

Text Example


Text Example

White with #DDB39A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB39A; }

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

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

background-color css

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

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

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

border-color css

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

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

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