#CCBE47

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

Shades of Old Gold #CCBE47

Tints of Old Gold #CCBE47

Color information

#CCBE47 (or 0xCCBE47) is unknown color: approx Old Gold. HEX triplet: CC, BE and 47. RGB value is (204,190,71). Sum of RGB (Red+Green+Blue) = 204+190+71=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 71 (28.12% from 255 or 15.27% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBE47 is #3341B8. Grayscale: #B5B5B5. Windows color (decimal): -3359161 or 4701900. OLE color: 4701900.

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

Color convert

RGB20419071-
CMYK00.070.650.2
HSL53.68º56.6%53.92%-
HSV(B)53.68º65.2%80%-
XYZ44.4550.1213.29-
YUV180.6266.14144.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.87%
GREEN value IS 190 (74.61% from 255) = 40.86%
BLUE value IS 71 (28.12% from 255) = 15.27%
R=43.87%
G=40.86%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041907100.070.650.253.6856.653.92
HexCCBE47074114363936
Octal3142761070710124667166
Binary110011001011111010001110111100000110100110110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE47; }

 p { color: rgb(204,190,71); }

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

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

 a { background-color: rgb(204,190,71); }

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

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

 span { border-color: rgb(204,190,71); }

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