#CDC766

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

Shades of Tacha #CDC766

Tints of Tacha #CDC766

Color information

#CDC766 (or 0xCDC766) is unknown color: approx Tacha. HEX triplet: CD, C7 and 66. RGB value is (205,199,102). Sum of RGB (Red+Green+Blue) = 205+199+102=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 102 (40.23% from 255 or 20.16% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC766 is #323899. Grayscale: #BEBEBE. Windows color (decimal): -3291290 or 6735821. OLE color: 6735821.

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

Color convert

RGB205199102-
CMYK00.030.500.20
HSL56.5º50.74%60.2%-
HSV(B)56.5º50.24%80.39%-
XYZ4854.7920.62-
YUV189.7478.49138.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.51%
GREEN value IS 199 (78.12% from 255) = 39.33%
BLUE value IS 102 (40.23% from 255) = 20.16%
R=40.51%
G=39.33%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519910200.030.500.2056.550.7460.2
HexCDC76603321439333c
Octal315307146036224716374
Binary1100110111000111110011001111001010100111001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC766; }

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

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

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

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

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

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

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

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