#CCB74A

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

Shades of Old Gold #CCB74A

Tints of Old Gold #CCB74A

Color information

#CCB74A (or 0xCCB74A) is unknown color: approx Old Gold. HEX triplet: CC, B7 and 4A. RGB value is (204,183,74). Sum of RGB (Red+Green+Blue) = 204+183+74=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB74A is #3348B5. Grayscale: #B1B1B1. Windows color (decimal): -3360950 or 4896716. OLE color: 4896716.

HSL color Cylindrical-coordinate representation of color #CCB74A: hue angle of 50.31º 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 #CCB74A is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB20418374-
CMYK00.100.640.2
HSL50.31º56.03%54.51%-
HSV(B)50.31º63.73%80%-
XYZ43.0747.213.32-
YUV176.8569.96147.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.25%
GREEN value IS 183 (71.88% from 255) = 39.70%
BLUE value IS 74 (29.30% from 255) = 16.05%
R=44.25%
G=39.70%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041837400.100.640.250.3156.0354.51
HexCCB74A0A4014323837
Octal31426711201210024627067
Binary1100110010110111100101001010100000010100110010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB74A; }

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

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

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

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

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

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

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

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