#CDB38D

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

Shades of Tan #CDB38D

Tints of Tan #CDB38D

Color information

#CDB38D (or 0xCDB38D) is unknown color: approx Tan. HEX triplet: CD, B3 and 8D. RGB value is (205,179,141). Sum of RGB (Red+Green+Blue) = 205+179+141=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB38D is #324C72. Grayscale: #B6B6B6. Windows color (decimal): -3296371 or 9286605. OLE color: 9286605.

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

Color convert

RGB205179141-
CMYK00.130.310.20
HSL35.63º39.02%67.84%-
HSV(B)35.63º31.22%80.39%-
XYZ46.147.1431.87-
YUV182.44104.61144.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.05%
GREEN value IS 179 (70.31% from 255) = 34.10%
BLUE value IS 141 (55.47% from 255) = 26.86%
R=39.05%
G=34.10%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517914100.130.310.2035.6339.0267.84
HexCDB38D0D1F14242744
Octal31526321501537244447104
Binary1100110110110011100011010110111111101001001001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB38D; }

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

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

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

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

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

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

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

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