#DDB298

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

Shades of Cashmere #DDB298

Tints of Cashmere #DDB298

Color information

#DDB298 (or 0xDDB298) is unknown color: approx Cashmere. HEX triplet: DD, B2 and 98. RGB value is (221,178,152). Sum of RGB (Red+Green+Blue) = 221+178+152=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB298 is #224D67. Grayscale: #BCBCBC. Windows color (decimal): -2248040 or 10007261. OLE color: 10007261.

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

Color convert

RGB221178152-
CMYK00.190.310.13
HSL22.61º50.36%73.14%-
HSV(B)22.61º31.22%86.67%-
XYZ51.4149.4836.55-
YUV187.89107.75151.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 178 (69.92% from 255) = 32.30%
BLUE value IS 152 (59.77% from 255) = 27.59%
R=40.11%
G=32.30%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117815200.190.310.1322.6150.3673.14
HexDDB2980131FD173249
Octal33526223002337152762111
Binary110111011011001010011000010011111111101101111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB298; }

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

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

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

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

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

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

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

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