#CCB645

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

Shades of Old Gold #CCB645

Tints of Old Gold #CCB645

Color information

#CCB645 (or 0xCCB645) is unknown color: approx Old Gold. HEX triplet: CC, B6 and 45. RGB value is (204,182,69). Sum of RGB (Red+Green+Blue) = 204+182+69=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 69 (27.34% from 255 or 15.16% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB645 is #3349BA. Grayscale: #B0B0B0. Windows color (decimal): -3361211 or 4568780. OLE color: 4568780.

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

Color convert

RGB20418269-
CMYK00.110.660.2
HSL50.22º56.96%53.53%-
HSV(B)50.22º66.18%80%-
XYZ42.746.7212.4-
YUV175.767.79148.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.84%
GREEN value IS 182 (71.48% from 255) = 40%
BLUE value IS 69 (27.34% from 255) = 15.16%
R=44.84%
G=40%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041826900.110.660.250.2256.9653.53
HexCCB6450B4214323936
Octal31426610501310224627166
Binary1100110010110110100010101011100001010100110010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB645; }

 p { color: rgb(204,182,69); }

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

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

 a { background-color: rgb(204,182,69); }

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

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

 span { border-color: rgb(204,182,69); }

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