Html Css Color HEX #CBA536 Metallic Gold

📋 copy color: '#CBA536'

red 203 ◦ green 165 ◦ blue 54

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

Shades of Metallic Gold #CBA536

Tints of Metallic Gold #CBA536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.8%

R = 48.1%
G = 39.1%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CBA536 (or 0xCBA536) is known color: Metallic Gold. HEX triplet: CB, A5 and 36. RGB value is (203,165,54). Sum of RGB (Red+Green+Blue) = 203+165+54=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 54 (21.48% from 255 or 12.80% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA536 is #345AC9. Grayscale: #A4A4A4. Windows color (decimal): -3431114 or 3581387. OLE color: 3581387.

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

Color convert

RGB 203 165 54 -
CMYK 0 0.19 0.73 0.20
HSL 44.7º 0.59% 0.5% -
HSV(B) 44.7º 0.73% 0.8% -
XYZ 38.75 39.87 9.14 -
YUV 163.71 66.09 156.03 -
System Red Green Blue C M Y K H S L
Decimal 203 165 54 0 0.19 0.73 0.20 44.7 0.59 0.5
Hex CB A5 36 0 13 49 14 2D 3B 32
Octal 313 245 66 0 23 111 24 55 73 62
Binary 11001011 10100101 110110 0 10011 1001001 10100 101101 111011 110010

Color Harmonies of #CBA536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA536

Black with #CBA536

Text Example


Text Example

White with #CBA536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA536; }

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

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

background-color css

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

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

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

border-color css

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

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

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