#CDB68D

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

Shades of Tan #CDB68D

Tints of Tan #CDB68D

Color information

#CDB68D (or 0xCDB68D) is unknown color: approx Tan. HEX triplet: CD, B6 and 8D. RGB value is (205,182,141). Sum of RGB (Red+Green+Blue) = 205+182+141=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB68D is #324972. Grayscale: #B8B8B8. Windows color (decimal): -3295603 or 9287373. OLE color: 9287373.

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

Color convert

RGB205182141-
CMYK00.110.310.20
HSL38.44º39.02%67.84%-
HSV(B)38.44º31.22%80.39%-
XYZ46.7148.3632.07-
YUV184.2103.62142.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.83%
GREEN value IS 182 (71.48% from 255) = 34.47%
BLUE value IS 141 (55.47% from 255) = 26.70%
R=38.83%
G=34.47%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518214100.110.310.2038.4439.0267.84
HexCDB68D0B1F14262744
Octal31526621501337244647104
Binary1100110110110110100011010101111111101001001101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB68D; }

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

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

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

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

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

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

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

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