#CDBA68

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

Shades of Tacha #CDBA68

Tints of Tacha #CDBA68

Color information

#CDBA68 (or 0xCDBA68) is unknown color: approx Tacha. HEX triplet: CD, BA and 68. RGB value is (205,186,104). Sum of RGB (Red+Green+Blue) = 205+186+104=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBA68 is #324597. Grayscale: #B6B6B6. Windows color (decimal): -3294616 or 6863565. OLE color: 6863565.

HSL color Cylindrical-coordinate representation of color #CDBA68: hue angle of 48.71º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDBA68 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB205186104-
CMYK00.090.490.20
HSL48.71º50.25%60.59%-
HSV(B)48.71º49.27%80.39%-
XYZ45.2349.120.19-
YUV182.3383.79144.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.41%
GREEN value IS 186 (73.05% from 255) = 37.58%
BLUE value IS 104 (41.02% from 255) = 21.01%
R=41.41%
G=37.58%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518610400.090.490.2048.7150.2560.59
HexCDBA6809311431323d
Octal3152721500116124616275
Binary110011011011101011010000100111000110100110001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBA68; }

 p { color: rgb(205,186,104); }

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

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

 a { background-color: rgb(205,186,104); }

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

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

 span { border-color: rgb(205,186,104); }

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