#CBBD45

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

Shades of Old Gold #CBBD45

Tints of Old Gold #CBBD45

Color information

#CBBD45 (or 0xCBBD45) is unknown color: approx Old Gold. HEX triplet: CB, BD and 45. RGB value is (203,189,69). Sum of RGB (Red+Green+Blue) = 203+189+69=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBD45 is #3442BA. Grayscale: #B4B4B4. Windows color (decimal): -3424955 or 4570571. OLE color: 4570571.

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

Color convert

RGB20318969-
CMYK00.070.660.20
HSL53.73º56.3%53.33%-
HSV(B)53.73º66.01%79.61%-
XYZ43.949.5212.88-
YUV179.5165.64144.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.03%
GREEN value IS 189 (74.22% from 255) = 41.00%
BLUE value IS 69 (27.34% from 255) = 14.97%
R=44.03%
G=41.00%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031896900.070.660.2053.7356.353.33
HexCBBD45074214363835
Octal3132751050710224667065
Binary110010111011110110001010111100001010100110110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBD45; }

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

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

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

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

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

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

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

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