Html Css Color HEX #CBA52E Metallic Gold

📋 copy color: '#CBA52E'

red 203 ◦ green 165 ◦ blue 46

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

Shades of Metallic Gold #CBA52E

Tints of Metallic Gold #CBA52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.11%

R = 49.03%
G = 39.86%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CBA52E (or 0xCBA52E) is known color: Metallic Gold. HEX triplet: CB, A5 and 2E. RGB value is (203,165,46). Sum of RGB (Red+Green+Blue) = 203+165+46=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 46 (18.36% from 255 or 11.11% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA52E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA52E is #345AD1. Grayscale: #A3A3A3. Windows color (decimal): -3431122 or 3057099. OLE color: 3057099.

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

Color convert

RGB 203 165 46 -
CMYK 0 0.19 0.77 0.20
HSL 45.48º 0.63% 0.49% -
HSV(B) 45.48º 0.77% 0.8% -
XYZ 38.58 39.8 8.23 -
YUV 162.8 62.09 156.68 -
System Red Green Blue C M Y K H S L
Decimal 203 165 46 0 0.19 0.77 0.20 45.48 0.63 0.49
Hex CB A5 2E 0 13 4D 14 2D 3F 31
Octal 313 245 56 0 23 115 24 55 77 61
Binary 11001011 10100101 101110 0 10011 1001101 10100 101101 111111 110001

Color Harmonies of #CBA52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA52E

Black with #CBA52E

Text Example


Text Example

White with #CBA52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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