#CDBC66

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

Shades of Tacha #CDBC66

Tints of Tacha #CDBC66

Color information

#CDBC66 (or 0xCDBC66) is unknown color: approx Tacha. HEX triplet: CD, BC and 66. RGB value is (205,188,102). Sum of RGB (Red+Green+Blue) = 205+188+102=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 102 (40.23% from 255 or 20.61% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBC66 is #324399. Grayscale: #B7B7B7. Windows color (decimal): -3294106 or 6733005. OLE color: 6733005.

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

Color convert

RGB205188102-
CMYK00.080.500.20
HSL50.1º50.74%60.2%-
HSV(B)50.1º50.24%80.39%-
XYZ45.5649.919.8-
YUV183.2882.13143.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.41%
GREEN value IS 188 (73.83% from 255) = 37.98%
BLUE value IS 102 (40.23% from 255) = 20.61%
R=41.41%
G=37.98%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518810200.080.500.2050.150.7460.2
HexCDBC6608321432333c
Octal3152741460106224626374
Binary110011011011110011001100100011001010100110010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBC66; }

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

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

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

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

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

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

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

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