#CDC368

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

Shades of Tacha #CDC368

Tints of Tacha #CDC368

Color information

#CDC368 (or 0xCDC368) is unknown color: approx Tacha. HEX triplet: CD, C3 and 68. RGB value is (205,195,104). Sum of RGB (Red+Green+Blue) = 205+195+104=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 104 (41.02% from 255 or 20.63% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC368 is #323C97. Grayscale: #BBBBBB. Windows color (decimal): -3292312 or 6865869. OLE color: 6865869.

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

Color convert

RGB205195104-
CMYK00.050.490.20
HSL54.06º50.25%60.59%-
HSV(B)54.06º49.27%80.39%-
XYZ47.1953.0120.84-
YUV187.6280.81140.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.67%
GREEN value IS 195 (76.56% from 255) = 38.69%
BLUE value IS 104 (41.02% from 255) = 20.63%
R=40.67%
G=38.69%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519510400.050.490.2054.0650.2560.59
HexCDC36805311436323d
Octal315303150056124666275
Binary11001101110000111101000010111000110100110110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC368; }

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

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

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

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

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

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

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

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