#CCB25D

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

Shades of Tacha #CCB25D

Tints of Tacha #CCB25D

Color information

#CCB25D (or 0xCCB25D) is unknown color: approx Tacha. HEX triplet: CC, B2 and 5D. RGB value is (204,178,93). Sum of RGB (Red+Green+Blue) = 204+178+93=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB25D is #334DA2. Grayscale: #B0B0B0. Windows color (decimal): -3362211 or 6140620. OLE color: 6140620.

HSL color Cylindrical-coordinate representation of color #CCB25D: hue angle of 45.95º 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 #CCB25D is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB20417893-
CMYK00.130.540.2
HSL45.95º52.11%58.24%-
HSV(B)45.95º54.41%80%-
XYZ42.845.4716.88-
YUV176.0881.11147.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.95%
GREEN value IS 178 (69.92% from 255) = 37.47%
BLUE value IS 93 (36.72% from 255) = 19.58%
R=42.95%
G=37.47%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041789300.130.540.245.9552.1158.24
HexCCB25D0D36142e343a
Octal3142621350156624566472
Binary110011001011001010111010110111011010100101110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB25D; }

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

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

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

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

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

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

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

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