Html Css Color HEX #CBA740 Metallic Gold

📋 copy color: '#CBA740'

red 203 ◦ green 167 ◦ blue 64

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

Shades of Metallic Gold #CBA740

Tints of Metallic Gold #CBA740

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.48%

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

R = 46.77%
G = 38.48%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CBA740 (or 0xCBA740) is known color: Metallic Gold. HEX triplet: CB, A7 and 40. RGB value is (203,167,64). Sum of RGB (Red+Green+Blue) = 203+167+64=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA740 is #3458BF. Grayscale: #A6A6A6. Windows color (decimal): -3430592 or 4237259. OLE color: 4237259.

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

Color convert

RGB 203 167 64 -
CMYK 0 0.18 0.68 0.20
HSL 44.46º 0.57% 0.52% -
HSV(B) 44.46º 0.68% 0.8% -
XYZ 39.37 40.7 10.63 -
YUV 166.02 70.43 154.38 -
System Red Green Blue C M Y K H S L
Decimal 203 167 64 0 0.18 0.68 0.20 44.46 0.57 0.52
Hex CB A7 40 0 12 44 14 2C 39 34
Octal 313 247 100 0 22 104 24 54 71 64
Binary 11001011 10100111 1000000 0 10010 1000100 10100 101100 111001 110100

Color Harmonies of #CBA740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA740

Black with #CBA740

Text Example


Text Example

White with #CBA740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA740; }

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

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

background-color css

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

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

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

border-color css

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

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

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