#CCB35D

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

Shades of Tacha #CCB35D

Tints of Tacha #CCB35D

Color information

#CCB35D (or 0xCCB35D) is unknown color: approx Tacha. HEX triplet: CC, B3 and 5D. RGB value is (204,179,93). Sum of RGB (Red+Green+Blue) = 204+179+93=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB35D is #334CA2. Grayscale: #B1B1B1. Windows color (decimal): -3361955 or 6140876. OLE color: 6140876.

HSL color Cylindrical-coordinate representation of color #CCB35D: hue angle of 46.49º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCB35D is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB20417993-
CMYK00.120.540.2
HSL46.49º52.11%58.24%-
HSV(B)46.49º54.41%80%-
XYZ4345.8716.94-
YUV176.6780.78147.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 179 (70.31% from 255) = 37.61%
BLUE value IS 93 (36.72% from 255) = 19.54%
R=42.86%
G=37.61%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041799300.120.540.246.4952.1158.24
HexCCB35D0C36142e343a
Octal3142631350146624566472
Binary110011001011001110111010110011011010100101110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB35D; }

 p { color: rgb(204,179,93); }

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

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

 a { background-color: rgb(204,179,93); }

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

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

 span { border-color: rgb(204,179,93); }

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