Html Css Color HEX #CBA239 Metallic Gold

📋 copy color: '#CBA239'

red 203 ◦ green 162 ◦ blue 57

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

Shades of Metallic Gold #CBA239

Tints of Metallic Gold #CBA239

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.39%

 BLUE value IS 57 (22.66% from 255) = 13.51%

R = 48.1%
G = 38.39%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CBA239 (or 0xCBA239) is known color: Metallic Gold. HEX triplet: CB, A2 and 39. RGB value is (203,162,57). Sum of RGB (Red+Green+Blue) = 203+162+57=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 57 (22.66% from 255 or 13.51% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA239 is #345DC6. Grayscale: #A2A2A2. Windows color (decimal): -3431879 or 3777227. OLE color: 3777227.

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

Color convert

RGB 203 162 57 -
CMYK 0 0.20 0.72 0.20
HSL 43.15º 0.58% 0.51% -
HSV(B) 43.15º 0.72% 0.8% -
XYZ 38.29 38.83 9.35 -
YUV 162.29 68.58 157.04 -
System Red Green Blue C M Y K H S L
Decimal 203 162 57 0 0.20 0.72 0.20 43.15 0.58 0.51
Hex CB A2 39 0 14 48 14 2B 3A 33
Octal 313 242 71 0 24 110 24 53 72 63
Binary 11001011 10100010 111001 0 10100 1001000 10100 101011 111010 110011

Color Harmonies of #CBA239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA239

Black with #CBA239

Text Example


Text Example

White with #CBA239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA239; }

 p { color: rgb(203,162,57); }

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

background-color css

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

 a { background-color: rgb(203,162,57); }

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

border-color css

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

 span { border-color: rgb(203,162,57); }

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