#CBB630

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

Shades of Old Gold #CBB630

Tints of Old Gold #CBB630

Color information

#CBB630 (or 0xCBB630) is unknown color: approx Old Gold. HEX triplet: CB, B6 and 30. RGB value is (203,182,48). Sum of RGB (Red+Green+Blue) = 203+182+48=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 48 (19.14% from 255 or 11.09% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB630 is #3449CF. Grayscale: #ADADAD. Windows color (decimal): -3426768 or 3192523. OLE color: 3192523.

HSL color Cylindrical-coordinate representation of color #CBB630: hue angle of 51.87º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBB630 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB20318248-
CMYK00.100.760.20
HSL51.87º61.75%49.22%-
HSV(B)51.87º76.35%79.61%-
XYZ41.8946.379.54-
YUV17357.46149.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.88%
GREEN value IS 182 (71.48% from 255) = 42.03%
BLUE value IS 48 (19.14% from 255) = 11.09%
R=46.88%
G=42.03%
B=11.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031824800.100.760.2051.8761.7549.22
HexCBB6300A4C14343e31
Octal3132666001211424647661
Binary110010111011011011000001010100110010100110100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB630; }

 p { color: rgb(203,182,48); }

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

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

 a { background-color: rgb(203,182,48); }

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

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

 span { border-color: rgb(203,182,48); }

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