#CCBF4C

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

Shades of Old Gold #CCBF4C

Tints of Old Gold #CCBF4C

Color information

#CCBF4C (or 0xCCBF4C) is unknown color: approx Old Gold. HEX triplet: CC, BF and 4C. RGB value is (204,191,76). Sum of RGB (Red+Green+Blue) = 204+191+76=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBF4C is #3340B3. Grayscale: #B6B6B6. Windows color (decimal): -3358900 or 5029836. OLE color: 5029836.

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

Color convert

RGB20419176-
CMYK00.060.630.2
HSL53.91º55.65%54.9%-
HSV(B)53.91º62.75%80%-
XYZ44.8450.6214.25-
YUV181.7868.31143.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.31%
GREEN value IS 191 (75% from 255) = 40.55%
BLUE value IS 76 (30.08% from 255) = 16.14%
R=43.31%
G=40.55%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041917600.060.630.253.9155.6554.9
HexCCBF4C063F14363837
Octal314277114067724667067
Binary11001100101111111001100011011111110100110110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBF4C; }

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

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

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

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

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

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

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

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