#DDB29B

Color #DDB29B Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #DDB29B

Tints of Cashmere #DDB29B

Color information

#DDB29B (or 0xDDB29B) is unknown color: approx Cashmere. HEX triplet: DD, B2 and 9B. RGB value is (221,178,155). Sum of RGB (Red+Green+Blue) = 221+178+155=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 178 (69.92% from 255 or 32.13% from 554); Blue value is 155 (60.94% from 255 or 27.98% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB29B is #224D64. Grayscale: #BCBCBC. Windows color (decimal): -2248037 or 10203869. OLE color: 10203869.

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

Color convert

RGB221178155-
CMYK00.190.300.13
HSL20.91º49.25%73.73%-
HSV(B)20.91º29.86%86.67%-
XYZ51.6649.5837.86-
YUV188.24109.25151.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.89%
GREEN value IS 178 (69.92% from 255) = 32.13%
BLUE value IS 155 (60.94% from 255) = 27.98%
R=39.89%
G=32.13%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117815500.190.300.1320.9149.2573.73
HexDDB29B0131ED15314a
Octal33526223302336152561112
Binary110111011011001010011011010011111101101101011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB29B; }

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

 H1.HeaderClassName
 {
   color: #DDB29B;
 }
 .AnyTagClassName
 {
   color: #DDB29B;
 }
</style>
background-color css

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

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

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

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

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

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