Html Css Color HEX #DDB39C Cashmere

📋 copy color: '#DDB39C'

red 221 ◦ green 179 ◦ blue 156

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

Shades of Cashmere #DDB39C

Tints of Cashmere #DDB39C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.06%

R = 39.75%
G = 32.19%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDB39C (or 0xDDB39C) is known color: Cashmere. HEX triplet: DD, B3 and 9C. RGB value is (221,179,156). Sum of RGB (Red+Green+Blue) = 221+179+156=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 179 (70.31% from 255 or 32.19% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB39C is #224C63. Grayscale: #BDBDBD. Windows color (decimal): -2247780 or 10269661. OLE color: 10269661.

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

Color convert

RGB 221 179 156 -
CMYK 0 0.19 0.29 0.13
HSL 21.23º 0.49% 0.74% -
HSV(B) 21.23º 0.29% 0.87% -
XYZ 51.94 50.01 38.37 -
YUV 188.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 221 179 156 0 0.19 0.29 0.13 21.23 0.49 0.74
Hex DD B3 9C 0 13 1D D 15 31 4A
Octal 335 263 234 0 23 35 15 25 61 112
Binary 11011101 10110011 10011100 0 10011 11101 1101 10101 110001 1001010

Color Harmonies of #DDB39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB39C

Black with #DDB39C

Text Example


Text Example

White with #DDB39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB39C; }

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

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

background-color css

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

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

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

border-color css

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

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

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