#CDC462

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

Shades of Tacha #CDC462

Tints of Tacha #CDC462

Color information

#CDC462 (or 0xCDC462) is unknown color: approx Tacha. HEX triplet: CD, C4 and 62. RGB value is (205,196,98). Sum of RGB (Red+Green+Blue) = 205+196+98=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 98 (38.67% from 255 or 19.64% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC462 is #323B9D. Grayscale: #BBBBBB. Windows color (decimal): -3292062 or 6472909. OLE color: 6472909.

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

Color convert

RGB20519698-
CMYK00.040.520.20
HSL54.95º51.69%59.41%-
HSV(B)54.95º52.2%80.39%-
XYZ47.1253.3419.37-
YUV187.5277.48140.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.08%
GREEN value IS 196 (76.95% from 255) = 39.28%
BLUE value IS 98 (38.67% from 255) = 19.64%
R=41.08%
G=39.28%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051969800.040.520.2054.9551.6959.41
HexCDC46204341437343b
Octal315304142046424676473
Binary11001101110001001100010010011010010100110111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC462; }

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

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

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

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

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

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

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

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