#CDB390

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

Shades of Tan #CDB390

Tints of Tan #CDB390

Color information

#CDB390 (or 0xCDB390) is unknown color: approx Tan. HEX triplet: CD, B3 and 90. RGB value is (205,179,144). Sum of RGB (Red+Green+Blue) = 205+179+144=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB390 is #324C6F. Grayscale: #B6B6B6. Windows color (decimal): -3296368 or 9483213. OLE color: 9483213.

HSL color Cylindrical-coordinate representation of color #CDB390: hue angle of 34.43º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDB390 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB205179144-
CMYK00.130.300.20
HSL34.43º37.89%68.43%-
HSV(B)34.43º29.76%80.39%-
XYZ46.3347.2333.06-
YUV182.78106.11143.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.83%
GREEN value IS 179 (70.31% from 255) = 33.90%
BLUE value IS 144 (56.64% from 255) = 27.27%
R=38.83%
G=33.90%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517914400.130.300.2034.4337.8968.43
HexCDB3900D1E14222644
Octal31526322001536244246104
Binary1100110110110011100100000110111110101001000101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB390; }

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

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

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

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

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

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

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

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