#CBBD44

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

Shades of Old Gold #CBBD44

Tints of Old Gold #CBBD44

Color information

#CBBD44 (or 0xCBBD44) is unknown color: approx Old Gold. HEX triplet: CB, BD and 44. RGB value is (203,189,68). Sum of RGB (Red+Green+Blue) = 203+189+68=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 68 (26.95% from 255 or 14.78% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBD44 is #3442BB. Grayscale: #B3B3B3. Windows color (decimal): -3424956 or 4505035. OLE color: 4505035.

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

Color convert

RGB20318968-
CMYK00.070.670.20
HSL53.78º56.49%53.14%-
HSV(B)53.78º66.5%79.61%-
XYZ43.8749.5112.71-
YUV179.3965.14144.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.13%
GREEN value IS 189 (74.22% from 255) = 41.09%
BLUE value IS 68 (26.95% from 255) = 14.78%
R=44.13%
G=41.09%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031896800.070.670.2053.7856.4953.14
HexCBBD44074314363835
Octal3132751040710324667065
Binary110010111011110110001000111100001110100110110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBD44; }

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

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

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

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

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

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

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

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