Html Css Color HEX #CBA936 Metallic Gold

📋 copy color: '#CBA936'

red 203 ◦ green 169 ◦ blue 54

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

Shades of Metallic Gold #CBA936

Tints of Metallic Gold #CBA936

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.67%

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

R = 47.65%
G = 39.67%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CBA936 (or 0xCBA936) is known color: Metallic Gold. HEX triplet: CB, A9 and 36. RGB value is (203,169,54). Sum of RGB (Red+Green+Blue) = 203+169+54=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 54 (21.48% from 255 or 12.68% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA936 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA936 is #3456C9. Grayscale: #A6A6A6. Windows color (decimal): -3430090 or 3582411. OLE color: 3582411.

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

Color convert

RGB 203 169 54 -
CMYK 0 0.17 0.73 0.20
HSL 46.31º 0.59% 0.5% -
HSV(B) 46.31º 0.73% 0.8% -
XYZ 39.48 41.34 9.39 -
YUV 166.06 64.76 154.35 -
System Red Green Blue C M Y K H S L
Decimal 203 169 54 0 0.17 0.73 0.20 46.31 0.59 0.5
Hex CB A9 36 0 11 49 14 2E 3B 32
Octal 313 251 66 0 21 111 24 56 73 62
Binary 11001011 10101001 110110 0 10001 1001001 10100 101110 111011 110010

Color Harmonies of #CBA936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA936

Black with #CBA936

Text Example


Text Example

White with #CBA936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA936; }

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

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

background-color css

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

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

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

border-color css

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

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

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