#CDBC65

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

Shades of Tacha #CDBC65

Tints of Tacha #CDBC65

Color information

#CDBC65 (or 0xCDBC65) is unknown color: approx Tacha. HEX triplet: CD, BC and 65. RGB value is (205,188,101). Sum of RGB (Red+Green+Blue) = 205+188+101=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBC65 is #32439A. Grayscale: #B7B7B7. Windows color (decimal): -3294107 or 6667469. OLE color: 6667469.

HSL color Cylindrical-coordinate representation of color #CDBC65: hue angle of 50.19º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDBC65 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB205188101-
CMYK00.080.510.20
HSL50.19º50.98%60%-
HSV(B)50.19º50.73%80.39%-
XYZ45.5149.8919.54-
YUV183.1681.63143.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.50%
GREEN value IS 188 (73.83% from 255) = 38.06%
BLUE value IS 101 (39.84% from 255) = 20.45%
R=41.50%
G=38.06%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518810100.080.510.2050.1950.9860
HexCDBC6508331432333c
Octal3152741450106324626374
Binary110011011011110011001010100011001110100110010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBC65; }

 p { color: rgb(205,188,101); }

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

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

 a { background-color: rgb(205,188,101); }

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

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

 span { border-color: rgb(205,188,101); }

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