#DDB098

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

Shades of Cashmere #DDB098

Tints of Cashmere #DDB098

Color information

#DDB098 (or 0xDDB098) is unknown color: approx Cashmere. HEX triplet: DD, B0 and 98. RGB value is (221,176,152). Sum of RGB (Red+Green+Blue) = 221+176+152=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB098 is #224F67. Grayscale: #BABABA. Windows color (decimal): -2248552 or 10006749. OLE color: 10006749.

HSL color Cylindrical-coordinate representation of color #DDB098: hue angle of 20.87º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDB098 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB221176152-
CMYK00.200.310.13
HSL20.87º50.36%73.14%-
HSV(B)20.87º31.22%86.67%-
XYZ51.0148.6936.42-
YUV186.72108.41152.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.26%
GREEN value IS 176 (69.14% from 255) = 32.06%
BLUE value IS 152 (59.77% from 255) = 27.69%
R=40.26%
G=32.06%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117615200.200.310.1320.8750.3673.14
HexDDB0980141FD153249
Octal33526023002437152562111
Binary110111011011000010011000010100111111101101011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB098; }

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

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

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

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

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

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

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

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