Html Css Color HEX #CBA336 Metallic Gold

📋 copy color: '#CBA336'

red 203 ◦ green 163 ◦ blue 54

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

Shades of Metallic Gold #CBA336

Tints of Metallic Gold #CBA336

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.81%

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

R = 48.33%
G = 38.81%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CBA336 (or 0xCBA336) is known color: Metallic Gold. HEX triplet: CB, A3 and 36. RGB value is (203,163,54). Sum of RGB (Red+Green+Blue) = 203+163+54=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 54 (21.48% from 255 or 12.86% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA336 is #345CC9. Grayscale: #A3A3A3. Windows color (decimal): -3431626 or 3580875. OLE color: 3580875.

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

Color convert

RGB 203 163 54 -
CMYK 0 0.20 0.73 0.20
HSL 43.89º 0.59% 0.5% -
HSV(B) 43.89º 0.73% 0.8% -
XYZ 38.39 39.16 9.02 -
YUV 162.53 66.75 156.86 -
System Red Green Blue C M Y K H S L
Decimal 203 163 54 0 0.20 0.73 0.20 43.89 0.59 0.5
Hex CB A3 36 0 14 49 14 2C 3B 32
Octal 313 243 66 0 24 111 24 54 73 62
Binary 11001011 10100011 110110 0 10100 1001001 10100 101100 111011 110010

Color Harmonies of #CBA336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA336

Black with #CBA336

Text Example


Text Example

White with #CBA336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA336; }

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

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

background-color css

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

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

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

border-color css

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

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

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