#CCBD49

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

Shades of Old Gold #CCBD49

Tints of Old Gold #CCBD49

Color information

#CCBD49 (or 0xCCBD49) is unknown color: approx Old Gold. HEX triplet: CC, BD and 49. RGB value is (204,189,73). Sum of RGB (Red+Green+Blue) = 204+189+73=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBD49 is #3342B6. Grayscale: #B4B4B4. Windows color (decimal): -3359415 or 4832716. OLE color: 4832716.

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

Color convert

RGB20418973-
CMYK00.070.640.2
HSL53.13º56.22%54.31%-
HSV(B)53.13º64.22%80%-
XYZ44.349.7113.56-
YUV180.2667.47144.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.78%
GREEN value IS 189 (74.22% from 255) = 40.56%
BLUE value IS 73 (28.91% from 255) = 15.67%
R=43.78%
G=40.56%
B=15.67%

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
Decimal2041897300.070.640.253.1356.2254.31
HexCCBD49074014353836
Octal3142751110710024657066
Binary110011001011110110010010111100000010100110101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBD49; }

 p { color: rgb(204,189,73); }

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

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

 a { background-color: rgb(204,189,73); }

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

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

 span { border-color: rgb(204,189,73); }

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