Html Css Color HEX #CBAA3A Metallic Gold

📋 copy color: '#CBAA3A'

red 203 ◦ green 170 ◦ blue 58

#CBAA3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Metallic Gold #CBAA3A

Tints of Metallic Gold #CBAA3A

RGB

 RED value IS 203 (79.69% from 255) = 47.1%

 GREEN value IS 170 (66.8% from 255) = 39.44%

 BLUE value IS 58 (23.05% from 255) = 13.46%

R = 47.1%
G = 39.44%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CBAA3A (or 0xCBAA3A) is known color: Metallic Gold. HEX triplet: CB, AA and 3A. RGB value is (203,170,58). Sum of RGB (Red+Green+Blue) = 203+170+58=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 58 (23.05% from 255 or 13.46% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAA3A is #3455C5. Grayscale: #A7A7A7. Windows color (decimal): -3429830 or 3844811. OLE color: 3844811.

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

Color convert

RGB 203 170 58 -
CMYK 0 0.16 0.71 0.20
HSL 46.34º 0.58% 0.51% -
HSV(B) 46.34º 0.71% 0.8% -
XYZ 39.77 41.75 9.97 -
YUV 167.1 66.43 153.61 -
System Red Green Blue C M Y K H S L
Decimal 203 170 58 0 0.16 0.71 0.20 46.34 0.58 0.51
Hex CB AA 3A 0 10 47 14 2E 3A 33
Octal 313 252 72 0 20 107 24 56 72 63
Binary 11001011 10101010 111010 0 10000 1000111 10100 101110 111010 110011

Color Harmonies of #CBAA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAA3A

Black with #CBAA3A

Text Example


Text Example

White with #CBAA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAA3A; }

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

 H1.HeaderClassName
 {
   color: #CBAA3A;
 }
 .AnyTagClassName
 {
   color: #CBAA3A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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