#CCBD5D

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

Shades of Tacha #CCBD5D

Tints of Tacha #CCBD5D

Color information

#CCBD5D (or 0xCCBD5D) is unknown color: approx Tacha. HEX triplet: CC, BD and 5D. RGB value is (204,189,93). Sum of RGB (Red+Green+Blue) = 204+189+93=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 93 (36.72% from 255 or 19.14% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBD5D is #3342A2. Grayscale: #B6B6B6. Windows color (decimal): -3359395 or 6143436. OLE color: 6143436.

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

Color convert

RGB20418993-
CMYK00.070.540.2
HSL51.89º52.11%58.24%-
HSV(B)51.89º54.41%80%-
XYZ45.0850.0217.64-
YUV182.5477.47143.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.98%
GREEN value IS 189 (74.22% from 255) = 38.89%
BLUE value IS 93 (36.72% from 255) = 19.14%
R=41.98%
G=38.89%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041899300.070.540.251.8952.1158.24
HexCCBD5D07361434343a
Octal314275135076624646472
Binary11001100101111011011101011111011010100110100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBD5D; }

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

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

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

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

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

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

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

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