#CDB58D

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

Shades of Tan #CDB58D

Tints of Tan #CDB58D

Color information

#CDB58D (or 0xCDB58D) is unknown color: approx Tan. HEX triplet: CD, B5 and 8D. RGB value is (205,181,141). Sum of RGB (Red+Green+Blue) = 205+181+141=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB58D is #324A72. Grayscale: #B7B7B7. Windows color (decimal): -3295859 or 9287117. OLE color: 9287117.

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

Color convert

RGB205181141-
CMYK00.120.310.20
HSL37.5º39.02%67.84%-
HSV(B)37.5º31.22%80.39%-
XYZ46.5147.9532-
YUV183.62103.95143.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.90%
GREEN value IS 181 (71.09% from 255) = 34.35%
BLUE value IS 141 (55.47% from 255) = 26.76%
R=38.90%
G=34.35%
B=26.76%

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
Decimal20518114100.120.310.2037.539.0267.84
HexCDB58D0C1F14262744
Octal31526521501437244647104
Binary1100110110110101100011010110011111101001001101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB58D; }

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

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

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

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

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

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

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

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