#CBAA38

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

Shades of Metallic Gold #CBAA38

Tints of Metallic Gold #CBAA38

Color information

#CBAA38 (or 0xCBAA38) is unknown color: approx Metallic Gold. HEX triplet: CB, AA and 38. RGB value is (203,170,56). Sum of RGB (Red+Green+Blue) = 203+170+56=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 56 (22.27% from 255 or 13.05% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAA38 is #3455C7. Grayscale: #A7A7A7. Windows color (decimal): -3429832 or 3713739. OLE color: 3713739.

HSL color Cylindrical-coordinate representation of color #CBAA38: hue angle of 46.53º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CBAA38 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB20317056-
CMYK00.160.720.20
HSL46.53º58.57%50.78%-
HSV(B)46.53º72.41%79.61%-
XYZ39.7241.739.7-
YUV166.8765.43153.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.32%
GREEN value IS 170 (66.80% from 255) = 39.63%
BLUE value IS 56 (22.27% from 255) = 13.05%
R=47.32%
G=39.63%
B=13.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031705600.160.720.2046.5358.5750.78
HexCBAA3801048142f3b33
Octal3132527002011024577363
Binary1100101110101010111000010000100100010100101111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAA38; }

 p { color: rgb(203,170,56); }

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

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

 a { background-color: rgb(203,170,56); }

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

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

 span { border-color: rgb(203,170,56); }

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