Html Css Color HEX #CBA737 Metallic Gold

📋 copy color: '#CBA737'

red 203 ◦ green 167 ◦ blue 55

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

Shades of Metallic Gold #CBA737

Tints of Metallic Gold #CBA737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.94%

R = 47.76%
G = 39.29%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CBA737 (or 0xCBA737) is known color: Metallic Gold. HEX triplet: CB, A7 and 37. RGB value is (203,167,55). Sum of RGB (Red+Green+Blue) = 203+167+55=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 55 (21.88% from 255 or 12.94% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA737 is #3458C8. Grayscale: #A5A5A5. Windows color (decimal): -3430601 or 3647435. OLE color: 3647435.

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

Color convert

RGB 203 167 55 -
CMYK 0 0.18 0.73 0.20
HSL 45.41º 0.59% 0.51% -
HSV(B) 45.41º 0.73% 0.8% -
XYZ 39.14 40.61 9.39 -
YUV 165 65.93 155.11 -
System Red Green Blue C M Y K H S L
Decimal 203 167 55 0 0.18 0.73 0.20 45.41 0.59 0.51
Hex CB A7 37 0 12 49 14 2D 3B 33
Octal 313 247 67 0 22 111 24 55 73 63
Binary 11001011 10100111 110111 0 10010 1001001 10100 101101 111011 110011

Color Harmonies of #CBA737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA737

Black with #CBA737

Text Example


Text Example

White with #CBA737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA737; }

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

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

background-color css

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

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

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

border-color css

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

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

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