Html Css Color HEX #DDB79E Cashmere

📋 copy color: '#DDB79E'

red 221 ◦ green 183 ◦ blue 158

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

Shades of Cashmere #DDB79E

Tints of Cashmere #DDB79E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.56%

 BLUE value IS 158 (62.11% from 255) = 28.11%

R = 39.32%
G = 32.56%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDB79E (or 0xDDB79E) is known color: Cashmere. HEX triplet: DD, B7 and 9E. RGB value is (221,183,158). Sum of RGB (Red+Green+Blue) = 221+183+158=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 183 (71.88% from 255 or 32.56% from 562); Blue value is 158 (62.11% from 255 or 28.11% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB79E is #224861. Grayscale: #BFBFBF. Windows color (decimal): -2246754 or 10401757. OLE color: 10401757.

HSL color Cylindrical-coordinate representation of color #DDB79E: hue angle of 23.81º degrees, saturation: 0.48, 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 #DDB79E is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 183 158 -
CMYK 0 0.17 0.29 0.13
HSL 23.81º 0.48% 0.74% -
HSV(B) 23.81º 0.29% 0.87% -
XYZ 52.92 51.71 39.54 -
YUV 191.51 109.09 149.03 -
System Red Green Blue C M Y K H S L
Decimal 221 183 158 0 0.17 0.29 0.13 23.81 0.48 0.74
Hex DD B7 9E 0 11 1D D 18 30 4A
Octal 335 267 236 0 21 35 15 30 60 112
Binary 11011101 10110111 10011110 0 10001 11101 1101 11000 110000 1001010

Color Harmonies of #DDB79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB79E

Black with #DDB79E

Text Example


Text Example

White with #DDB79E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB79E; }

 p { color: rgb(221,183,158); }

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

background-color css

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

 a { background-color: rgb(221,183,158); }

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

border-color css

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

 span { border-color: rgb(221,183,158); }

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