Html Css Color HEX #DDB09B Cashmere

📋 copy color: '#DDB09B'

red 221 ◦ green 176 ◦ blue 155

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

Shades of Cashmere #DDB09B

Tints of Cashmere #DDB09B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.88%

 BLUE value IS 155 (60.94% from 255) = 28.08%

R = 40.04%
G = 31.88%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DDB09B (or 0xDDB09B) is known color: Cashmere. HEX triplet: DD, B0 and 9B. RGB value is (221,176,155). Sum of RGB (Red+Green+Blue) = 221+176+155=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 155 (60.94% from 255 or 28.08% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB09B is #224F64. Grayscale: #BBBBBB. Windows color (decimal): -2248549 or 10203357. OLE color: 10203357.

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

Color convert

RGB 221 176 155 -
CMYK 0 0.20 0.30 0.13
HSL 19.09º 0.49% 0.74% -
HSV(B) 19.09º 0.3% 0.87% -
XYZ 51.26 48.79 37.73 -
YUV 187.06 109.91 152.21 -
System Red Green Blue C M Y K H S L
Decimal 221 176 155 0 0.20 0.30 0.13 19.09 0.49 0.74
Hex DD B0 9B 0 14 1E D 13 31 4A
Octal 335 260 233 0 24 36 15 23 61 112
Binary 11011101 10110000 10011011 0 10100 11110 1101 10011 110001 1001010

Color Harmonies of #DDB09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB09B

Black with #DDB09B

Text Example


Text Example

White with #DDB09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB09B; }

 p { color: rgb(221,176,155); }

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

background-color css

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

 a { background-color: rgb(221,176,155); }

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

border-color css

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

 span { border-color: rgb(221,176,155); }

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