#cbbf3f

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

Shades of Old Gold #CBBF3F

Tints of Old Gold #CBBF3F

Color information

#CBBF3F (or 0xCBBF3F) is unknown color: approx Old Gold. HEX triplet: CB, BF and 3F. RGB value is (203,191,63). Sum of RGB (Red+Green+Blue) = 203+191+63=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 63 (25% from 255 or 13.79% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBF3F is #3440C0. Grayscale: #B4B4B4. Windows color (decimal): -3424449 or 4177867. OLE color: 4177867.

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

Color convert

RGB20319163-
CMYK00.060.690.20
HSL54.86º57.38%52.16%-
HSV(B)54.86º68.97%79.61%-
XYZ44.1650.3212.09-
YUV18061.98144.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.42%
GREEN value IS 191 (75% from 255) = 41.79%
BLUE value IS 63 (25% from 255) = 13.79%
R=44.42%
G=41.79%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031916300.060.690.2054.8657.3852.16
HexCBBF3F064514373934
Octal313277770610524677164
Binary11001011101111111111110110100010110100110111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbbf3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbbf3f; }

 p { color: rgb(203,191,63); }

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

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

 a { background-color: rgb(203,191,63); }

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

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

 span { border-color: rgb(203,191,63); }

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