Html Css Color HEX #DDB49D Cashmere

📋 copy color: '#DDB49D'

red 221 ◦ green 180 ◦ blue 157

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

Shades of Cashmere #DDB49D

Tints of Cashmere #DDB49D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.26%

 BLUE value IS 157 (61.72% from 255) = 28.14%

R = 39.61%
G = 32.26%
B = 28.14%

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

#DDB49D (or 0xDDB49D) is known color: Cashmere. HEX triplet: DD, B4 and 9D. RGB value is (221,180,157). Sum of RGB (Red+Green+Blue) = 221+180+157=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 157 (61.72% from 255 or 28.14% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB49D is #224B62. Grayscale: #BDBDBD. Windows color (decimal): -2247523 or 10335453. OLE color: 10335453.

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

Color convert

RGB 221 180 157 -
CMYK 0 0.19 0.29 0.13
HSL 21.56º 0.48% 0.74% -
HSV(B) 21.56º 0.29% 0.87% -
XYZ 52.23 50.45 38.88 -
YUV 189.64 109.58 150.37 -
System Red Green Blue C M Y K H S L
Decimal 221 180 157 0 0.19 0.29 0.13 21.56 0.48 0.74
Hex DD B4 9D 0 13 1D D 16 30 4A
Octal 335 264 235 0 23 35 15 26 60 112
Binary 11011101 10110100 10011101 0 10011 11101 1101 10110 110000 1001010

Color Harmonies of #DDB49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB49D

Black with #DDB49D

Text Example


Text Example

White with #DDB49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB49D; }

 p { color: rgb(221,180,157); }

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

background-color css

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

 a { background-color: rgb(221,180,157); }

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

border-color css

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

 span { border-color: rgb(221,180,157); }

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