#CCBE4C

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

Shades of Old Gold #CCBE4C

Tints of Old Gold #CCBE4C

Color information

#CCBE4C (or 0xCCBE4C) is unknown color: approx Old Gold. HEX triplet: CC, BE and 4C. RGB value is (204,190,76). Sum of RGB (Red+Green+Blue) = 204+190+76=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 76 (30.08% from 255 or 16.17% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBE4C is #3341B3. Grayscale: #B5B5B5. Windows color (decimal): -3359156 or 5029580. OLE color: 5029580.

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

Color convert

RGB20419076-
CMYK00.070.630.2
HSL53.44º55.65%54.9%-
HSV(B)53.44º62.75%80%-
XYZ44.6250.1914.17-
YUV181.1968.64144.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.40%
GREEN value IS 190 (74.61% from 255) = 40.43%
BLUE value IS 76 (30.08% from 255) = 16.17%
R=43.40%
G=40.43%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041907600.070.630.253.4455.6554.9
HexCCBE4C073F14353837
Octal314276114077724657067
Binary11001100101111101001100011111111110100110101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE4C; }

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

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

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

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

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

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

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

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