Html Css Color HEX #CBA535 Metallic Gold

📋 copy color: '#CBA535'

red 203 ◦ green 165 ◦ blue 53

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

Shades of Metallic Gold #CBA535

Tints of Metallic Gold #CBA535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.59%

R = 48.22%
G = 39.19%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CBA535 (or 0xCBA535) is known color: Metallic Gold. HEX triplet: CB, A5 and 35. RGB value is (203,165,53). Sum of RGB (Red+Green+Blue) = 203+165+53=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 53 (21.09% from 255 or 12.59% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA535 is #345ACA. Grayscale: #A4A4A4. Windows color (decimal): -3431115 or 3515851. OLE color: 3515851.

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

Color convert

RGB 203 165 53 -
CMYK 0 0.19 0.74 0.20
HSL 44.8º 0.59% 0.5% -
HSV(B) 44.8º 0.74% 0.8% -
XYZ 38.73 39.86 9.02 -
YUV 163.59 65.59 156.11 -
System Red Green Blue C M Y K H S L
Decimal 203 165 53 0 0.19 0.74 0.20 44.8 0.59 0.5
Hex CB A5 35 0 13 4A 14 2D 3B 32
Octal 313 245 65 0 23 112 24 55 73 62
Binary 11001011 10100101 110101 0 10011 1001010 10100 101101 111011 110010

Color Harmonies of #CBA535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA535

Black with #CBA535

Text Example


Text Example

White with #CBA535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA535; }

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

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

background-color css

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

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

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

border-color css

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

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

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