#CDB88D

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

Shades of Tan #CDB88D

Tints of Tan #CDB88D

Color information

#CDB88D (or 0xCDB88D) is unknown color: approx Tan. HEX triplet: CD, B8 and 8D. RGB value is (205,184,141). Sum of RGB (Red+Green+Blue) = 205+184+141=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB88D is #324772. Grayscale: #B9B9B9. Windows color (decimal): -3295091 or 9287885. OLE color: 9287885.

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

Color convert

RGB205184141-
CMYK00.100.310.20
HSL40.31º39.02%67.84%-
HSV(B)40.31º31.22%80.39%-
XYZ47.1349.1832.21-
YUV185.38102.96142-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.68%
GREEN value IS 184 (72.27% from 255) = 34.72%
BLUE value IS 141 (55.47% from 255) = 26.60%
R=38.68%
G=34.72%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518414100.100.310.2040.3139.0267.84
HexCDB88D0A1F14282744
Octal31527021501237245047104
Binary1100110110111000100011010101011111101001010001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB88D; }

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

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

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

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

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

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

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

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