Html Css Color HEX #CBA437 Metallic Gold

📋 copy color: '#CBA437'

red 203 ◦ green 164 ◦ blue 55

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

Shades of Metallic Gold #CBA437

Tints of Metallic Gold #CBA437

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.86%

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

R = 48.1%
G = 38.86%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CBA437 (or 0xCBA437) is known color: Metallic Gold. HEX triplet: CB, A4 and 37. RGB value is (203,164,55). Sum of RGB (Red+Green+Blue) = 203+164+55=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 55 (21.88% from 255 or 13.03% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA437 is #345BC8. Grayscale: #A3A3A3. Windows color (decimal): -3431369 or 3646667. OLE color: 3646667.

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

Color convert

RGB 203 164 55 -
CMYK 0 0.19 0.73 0.20
HSL 44.19º 0.59% 0.51% -
HSV(B) 44.19º 0.73% 0.8% -
XYZ 38.59 39.52 9.21 -
YUV 163.24 66.92 156.36 -
System Red Green Blue C M Y K H S L
Decimal 203 164 55 0 0.19 0.73 0.20 44.19 0.59 0.51
Hex CB A4 37 0 13 49 14 2C 3B 33
Octal 313 244 67 0 23 111 24 54 73 63
Binary 11001011 10100100 110111 0 10011 1001001 10100 101100 111011 110011

Color Harmonies of #CBA437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA437

Black with #CBA437

Text Example


Text Example

White with #CBA437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA437; }

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

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

background-color css

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

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

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

border-color css

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

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

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