#CCBE4A

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

Shades of Old Gold #CCBE4A

Tints of Old Gold #CCBE4A

Color information

#CCBE4A (or 0xCCBE4A) is unknown color: approx Old Gold. HEX triplet: CC, BE and 4A. RGB value is (204,190,74). Sum of RGB (Red+Green+Blue) = 204+190+74=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBE4A is #3341B5. Grayscale: #B5B5B5. Windows color (decimal): -3359158 or 4898508. OLE color: 4898508.

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

Color convert

RGB20419074-
CMYK00.070.640.2
HSL53.54º56.03%54.51%-
HSV(B)53.54º63.73%80%-
XYZ44.5550.1613.81-
YUV180.9667.64144.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.59%
GREEN value IS 190 (74.61% from 255) = 40.60%
BLUE value IS 74 (29.30% from 255) = 15.81%
R=43.59%
G=40.60%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041907400.070.640.253.5456.0354.51
HexCCBE4A074014363837
Octal3142761120710024667067
Binary110011001011111010010100111100000010100110110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE4A; }

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

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

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

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

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

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

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

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