#CDC763

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

Shades of Tacha #CDC763

Tints of Tacha #CDC763

Color information

#CDC763 (or 0xCDC763) is unknown color: approx Tacha. HEX triplet: CD, C7 and 63. RGB value is (205,199,99). Sum of RGB (Red+Green+Blue) = 205+199+99=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 99 (39.06% from 255 or 19.68% from 503); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC763 is #32389C. Grayscale: #BDBDBD. Windows color (decimal): -3291293 or 6539213. OLE color: 6539213.

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

Color convert

RGB20519999-
CMYK00.030.520.20
HSL56.6º51.46%59.61%-
HSV(B)56.6º51.71%80.39%-
XYZ47.8554.7319.85-
YUV189.3976.99139.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.76%
GREEN value IS 199 (78.12% from 255) = 39.56%
BLUE value IS 99 (39.06% from 255) = 19.68%
R=40.76%
G=39.56%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051999900.030.520.2056.651.4659.61
HexCDC76303341439333c
Octal315307143036424716374
Binary1100110111000111110001101111010010100111001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC763; }

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

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

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

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

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

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

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

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