Html Css Color HEX #CBA53A Metallic Gold

📋 copy color: '#CBA53A'

red 203 ◦ green 165 ◦ blue 58

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

Shades of Metallic Gold #CBA53A

Tints of Metallic Gold #CBA53A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.73%

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

R = 47.65%
G = 38.73%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CBA53A (or 0xCBA53A) is known color: Metallic Gold. HEX triplet: CB, A5 and 3A. RGB value is (203,165,58). Sum of RGB (Red+Green+Blue) = 203+165+58=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 58 (23.05% from 255 or 13.62% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA53A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA53A is #345AC5. Grayscale: #A4A4A4. Windows color (decimal): -3431110 or 3843531. OLE color: 3843531.

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

Color convert

RGB 203 165 58 -
CMYK 0 0.19 0.71 0.20
HSL 44.28º 0.58% 0.51% -
HSV(B) 44.28º 0.71% 0.8% -
XYZ 38.85 39.91 9.66 -
YUV 164.16 68.09 155.7 -
System Red Green Blue C M Y K H S L
Decimal 203 165 58 0 0.19 0.71 0.20 44.28 0.58 0.51
Hex CB A5 3A 0 13 47 14 2C 3A 33
Octal 313 245 72 0 23 107 24 54 72 63
Binary 11001011 10100101 111010 0 10011 1000111 10100 101100 111010 110011

Color Harmonies of #CBA53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA53A

Black with #CBA53A

Text Example


Text Example

White with #CBA53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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