#CCBF47

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

Shades of Old Gold #CCBF47

Tints of Old Gold #CCBF47

Color information

#CCBF47 (or 0xCCBF47) is unknown color: approx Old Gold. HEX triplet: CC, BF and 47. RGB value is (204,191,71). Sum of RGB (Red+Green+Blue) = 204+191+71=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 71 (28.12% from 255 or 15.24% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBF47 is #3340B8. Grayscale: #B5B5B5. Windows color (decimal): -3358905 or 4702156. OLE color: 4702156.

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

Color convert

RGB20419171-
CMYK00.060.650.2
HSL54.14º56.6%53.92%-
HSV(B)54.14º65.2%80%-
XYZ44.6750.5513.36-
YUV181.2165.81144.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.78%
GREEN value IS 191 (75% from 255) = 40.99%
BLUE value IS 71 (28.12% from 255) = 15.24%
R=43.78%
G=40.99%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041917100.060.650.254.1456.653.92
HexCCBF47064114363936
Octal3142771070610124667166
Binary110011001011111110001110110100000110100110110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBF47; }

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

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

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

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

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

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

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

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