#CDB58E

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

Shades of Tan #CDB58E

Tints of Tan #CDB58E

Color information

#CDB58E (or 0xCDB58E) is unknown color: approx Tan. HEX triplet: CD, B5 and 8E. RGB value is (205,181,142). Sum of RGB (Red+Green+Blue) = 205+181+142=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB58E is #324A71. Grayscale: #B7B7B7. Windows color (decimal): -3295858 or 9352653. OLE color: 9352653.

HSL color Cylindrical-coordinate representation of color #CDB58E: hue angle of 37.14º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDB58E is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB205181142-
CMYK00.120.310.20
HSL37.14º38.65%68.04%-
HSV(B)37.14º30.73%80.39%-
XYZ46.5847.9832.4-
YUV183.73104.45143.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.83%
GREEN value IS 181 (71.09% from 255) = 34.28%
BLUE value IS 142 (55.86% from 255) = 26.89%
R=38.83%
G=34.28%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518114200.120.310.2037.1438.6568.04
HexCDB58E0C1F14252744
Octal31526521601437244547104
Binary1100110110110101100011100110011111101001001011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB58E; }

 p { color: rgb(205,181,142); }

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

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

 a { background-color: rgb(205,181,142); }

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

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

 span { border-color: rgb(205,181,142); }

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