#CBBC3F

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

Shades of Old Gold #CBBC3F

Tints of Old Gold #CBBC3F

Color information

#CBBC3F (or 0xCBBC3F) is unknown color: approx Old Gold. HEX triplet: CB, BC and 3F. RGB value is (203,188,63). Sum of RGB (Red+Green+Blue) = 203+188+63=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 63 (25% from 255 or 13.88% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBC3F is #3443C0. Grayscale: #B2B2B2. Windows color (decimal): -3425217 or 4177099. OLE color: 4177099.

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

Color convert

RGB20318863-
CMYK00.070.690.20
HSL53.57º57.38%52.16%-
HSV(B)53.57º68.97%79.61%-
XYZ43.5149.0211.87-
YUV178.2462.97145.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.71%
GREEN value IS 188 (73.83% from 255) = 41.41%
BLUE value IS 63 (25% from 255) = 13.88%
R=44.71%
G=41.41%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031886300.070.690.2053.5757.3852.16
HexCBBC3F074514363934
Octal313274770710524667164
Binary11001011101111001111110111100010110100110110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBC3F; }

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

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

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

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

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

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

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

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