#CDC150

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

Shades of Tacha #CDC150

Tints of Tacha #CDC150

Color information

#CDC150 (or 0xCDC150) is unknown color: approx Tacha. HEX triplet: CD, C1 and 50. RGB value is (205,193,80). Sum of RGB (Red+Green+Blue) = 205+193+80=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC150 is #323EAF. Grayscale: #B8B8B8. Windows color (decimal): -3292848 or 5292493. OLE color: 5292493.

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

Color convert

RGB20519380-
CMYK00.060.610.20
HSL54.24º55.56%55.88%-
HSV(B)54.24º60.98%80.39%-
XYZ45.6951.715.16-
YUV183.7169.48143.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.89%
GREEN value IS 193 (75.78% from 255) = 40.38%
BLUE value IS 80 (31.64% from 255) = 16.74%
R=42.89%
G=40.38%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051938000.060.610.2054.2455.5655.88
HexCDC150063D14363838
Octal315301120067524667070
Binary11001101110000011010000011011110110100110110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC150; }

 p { color: rgb(205,193,80); }

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

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

 a { background-color: rgb(205,193,80); }

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

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

 span { border-color: rgb(205,193,80); }

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