#CDB68B

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

Shades of Tan #CDB68B

Tints of Tan #CDB68B

Color information

#CDB68B (or 0xCDB68B) is unknown color: approx Tan. HEX triplet: CD, B6 and 8B. RGB value is (205,182,139). Sum of RGB (Red+Green+Blue) = 205+182+139=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB68B is #324974. Grayscale: #B8B8B8. Windows color (decimal): -3295605 or 9156301. OLE color: 9156301.

HSL color Cylindrical-coordinate representation of color #CDB68B: hue angle of 39.09º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDB68B is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB205182139-
CMYK00.110.320.20
HSL39.09º39.76%67.45%-
HSV(B)39.09º32.2%80.39%-
XYZ46.5648.331.29-
YUV183.98102.62143-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.97%
GREEN value IS 182 (71.48% from 255) = 34.60%
BLUE value IS 139 (54.69% from 255) = 26.43%
R=38.97%
G=34.60%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518213900.110.320.2039.0939.7667.45
HexCDB68B0B2014272843
Octal31526621301340244750103
Binary11001101101101101000101101011100000101001001111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB68B; }

 p { color: rgb(205,182,139); }

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

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

 a { background-color: rgb(205,182,139); }

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

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

 span { border-color: rgb(205,182,139); }

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