#CDC362

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

Shades of Tacha #CDC362

Tints of Tacha #CDC362

Color information

#CDC362 (or 0xCDC362) is unknown color: approx Tacha. HEX triplet: CD, C3 and 62. RGB value is (205,195,98). Sum of RGB (Red+Green+Blue) = 205+195+98=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 98 (38.67% from 255 or 19.68% from 498); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC362 is #323C9D. Grayscale: #BBBBBB. Windows color (decimal): -3292318 or 6472653. OLE color: 6472653.

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

Color convert

RGB20519598-
CMYK00.050.520.20
HSL54.39º51.69%59.41%-
HSV(B)54.39º52.2%80.39%-
XYZ46.952.8919.29-
YUV186.9377.81140.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.16%
GREEN value IS 195 (76.56% from 255) = 39.16%
BLUE value IS 98 (38.67% from 255) = 19.68%
R=41.16%
G=39.16%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051959800.050.520.2054.3951.6959.41
HexCDC36205341436343b
Octal315303142056424666473
Binary11001101110000111100010010111010010100110110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC362; }

 p { color: rgb(205,195,98); }

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

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

 a { background-color: rgb(205,195,98); }

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

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

 span { border-color: rgb(205,195,98); }

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