Html Css Color HEX #DDB49A Cashmere

📋 copy color: '#DDB49A'

red 221 ◦ green 180 ◦ blue 154

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

Shades of Cashmere #DDB49A

Tints of Cashmere #DDB49A

RGB

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

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

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

R = 39.82%
G = 32.43%
B = 27.75%

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

#DDB49A (or 0xDDB49A) is known color: Cashmere. HEX triplet: DD, B4 and 9A. RGB value is (221,180,154). Sum of RGB (Red+Green+Blue) = 221+180+154=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB49A is #224B65. Grayscale: #BDBDBD. Windows color (decimal): -2247526 or 10138845. OLE color: 10138845.

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

Color convert

RGB 221 180 154 -
CMYK 0 0.19 0.30 0.13
HSL 23.28º 0.5% 0.74% -
HSV(B) 23.28º 0.3% 0.87% -
XYZ 51.97 50.35 37.55 -
YUV 189.3 108.08 150.61 -
System Red Green Blue C M Y K H S L
Decimal 221 180 154 0 0.19 0.30 0.13 23.28 0.5 0.74
Hex DD B4 9A 0 13 1E D 17 32 4A
Octal 335 264 232 0 23 36 15 27 62 112
Binary 11011101 10110100 10011010 0 10011 11110 1101 10111 110010 1001010

Color Harmonies of #DDB49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB49A

Black with #DDB49A

Text Example


Text Example

White with #DDB49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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