#CBBD49

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

Shades of Old Gold #CBBD49

Tints of Old Gold #CBBD49

Color information

#CBBD49 (or 0xCBBD49) is unknown color: approx Old Gold. HEX triplet: CB, BD and 49. RGB value is (203,189,73). Sum of RGB (Red+Green+Blue) = 203+189+73=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBD49 is #3442B6. Grayscale: #B4B4B4. Windows color (decimal): -3424951 or 4832715. OLE color: 4832715.

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

Color convert

RGB20318973-
CMYK00.070.640.20
HSL53.54º55.56%54.12%-
HSV(B)53.54º64.04%79.61%-
XYZ44.0349.5713.55-
YUV179.9667.64144.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.66%
GREEN value IS 189 (74.22% from 255) = 40.65%
BLUE value IS 73 (28.91% from 255) = 15.70%
R=43.66%
G=40.65%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031897300.070.640.2053.5455.5654.12
HexCBBD49074014363836
Octal3132751110710024667066
Binary110010111011110110010010111100000010100110110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBD49; }

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

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

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

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

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

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

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

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