#CCB344

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

Shades of Old Gold #CCB344

Tints of Old Gold #CCB344

Color information

#CCB344 (or 0xCCB344) is unknown color: approx Old Gold. HEX triplet: CC, B3 and 44. RGB value is (204,179,68). Sum of RGB (Red+Green+Blue) = 204+179+68=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 68 (26.95% from 255 or 15.08% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB344 is #334CBB. Grayscale: #AEAEAE. Windows color (decimal): -3361980 or 4502476. OLE color: 4502476.

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

Color convert

RGB20417968-
CMYK00.120.670.2
HSL48.97º57.14%53.33%-
HSV(B)48.97º66.67%80%-
XYZ42.0745.4912.03-
YUV173.8268.28149.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.23%
GREEN value IS 179 (70.31% from 255) = 39.69%
BLUE value IS 68 (26.95% from 255) = 15.08%
R=45.23%
G=39.69%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041796800.120.670.248.9757.1453.33
HexCCB3440C4314313935
Octal31426310401410324617165
Binary1100110010110011100010001100100001110100110001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB344; }

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

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

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

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

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

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

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

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