#CDB399

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

Shades of Cashmere #CDB399

Tints of Cashmere #CDB399

Color information

#CDB399 (or 0xCDB399) is unknown color: approx Cashmere. HEX triplet: CD, B3 and 99. RGB value is (205,179,153). Sum of RGB (Red+Green+Blue) = 205+179+153=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB399 is #324C66. Grayscale: #B7B7B7. Windows color (decimal): -3296359 or 10073037. OLE color: 10073037.

HSL color Cylindrical-coordinate representation of color #CDB399: hue angle of 30º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDB399 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB205179153-
CMYK00.130.250.20
HSL30º34.21%70.2%-
HSV(B)30º25.37%80.39%-
XYZ47.0547.5236.83-
YUV183.81110.61143.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.18%
GREEN value IS 179 (70.31% from 255) = 33.33%
BLUE value IS 153 (60.16% from 255) = 28.49%
R=38.18%
G=33.33%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517915300.130.250.203034.2170.2
HexCDB3990D19141e2246
Octal31526323101531243642106
Binary110011011011001110011001011011100110100111101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB399; }

 p { color: rgb(205,179,153); }

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

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

 a { background-color: rgb(205,179,153); }

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

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

 span { border-color: rgb(205,179,153); }

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