#CBBE44

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

Shades of Old Gold #CBBE44

Tints of Old Gold #CBBE44

Color information

#CBBE44 (or 0xCBBE44) is unknown color: approx Old Gold. HEX triplet: CB, BE and 44. RGB value is (203,190,68). Sum of RGB (Red+Green+Blue) = 203+190+68=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 68 (26.95% from 255 or 14.75% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBE44 is #3441BB. Grayscale: #B4B4B4. Windows color (decimal): -3424700 or 4505291. OLE color: 4505291.

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

Color convert

RGB20319068-
CMYK00.060.670.20
HSL54.22º56.49%53.14%-
HSV(B)54.22º66.5%79.61%-
XYZ44.0949.9412.78-
YUV179.9864.81144.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.03%
GREEN value IS 190 (74.61% from 255) = 41.21%
BLUE value IS 68 (26.95% from 255) = 14.75%
R=44.03%
G=41.21%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031906800.060.670.2054.2256.4953.14
HexCBBE44064314363835
Octal3132761040610324667065
Binary110010111011111010001000110100001110100110110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBE44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBE44; }

 p { color: rgb(203,190,68); }

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

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

 a { background-color: rgb(203,190,68); }

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

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

 span { border-color: rgb(203,190,68); }

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