Html Css Color HEX #CBA940 Metallic Gold

📋 copy color: '#CBA940'

red 203 ◦ green 169 ◦ blue 64

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

Shades of Metallic Gold #CBA940

Tints of Metallic Gold #CBA940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.68%

R = 46.56%
G = 38.76%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CBA940 (or 0xCBA940) is known color: Metallic Gold. HEX triplet: CB, A9 and 40. RGB value is (203,169,64). Sum of RGB (Red+Green+Blue) = 203+169+64=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA940 is #3456BF. Grayscale: #A7A7A7. Windows color (decimal): -3430080 or 4237771. OLE color: 4237771.

HSL color Cylindrical-coordinate representation of color #CBA940: hue angle of 45.32º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBA940 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 169 64 -
CMYK 0 0.17 0.68 0.20
HSL 45.32º 0.57% 0.52% -
HSV(B) 45.32º 0.68% 0.8% -
XYZ 39.74 41.44 10.76 -
YUV 167.2 69.76 153.54 -
System Red Green Blue C M Y K H S L
Decimal 203 169 64 0 0.17 0.68 0.20 45.32 0.57 0.52
Hex CB A9 40 0 11 44 14 2D 39 34
Octal 313 251 100 0 21 104 24 55 71 64
Binary 11001011 10101001 1000000 0 10001 1000100 10100 101101 111001 110100

Color Harmonies of #CBA940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA940

Black with #CBA940

Text Example


Text Example

White with #CBA940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA940; }

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

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

background-color css

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

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

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

border-color css

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

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

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