Html Css Color HEX #CBA230 Metallic Gold

📋 copy color: '#CBA230'

red 203 ◦ green 162 ◦ blue 48

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

Shades of Metallic Gold #CBA230

Tints of Metallic Gold #CBA230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.62%

R = 49.15%
G = 39.23%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CBA230 (or 0xCBA230) is known color: Metallic Gold. HEX triplet: CB, A2 and 30. RGB value is (203,162,48). Sum of RGB (Red+Green+Blue) = 203+162+48=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA230 is #345DCF. Grayscale: #A1A1A1. Windows color (decimal): -3431888 or 3187403. OLE color: 3187403.

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

Color convert

RGB 203 162 48 -
CMYK 0 0.20 0.76 0.20
HSL 44.13º 0.62% 0.49% -
HSV(B) 44.13º 0.76% 0.8% -
XYZ 38.08 38.75 8.27 -
YUV 161.26 64.08 157.77 -
System Red Green Blue C M Y K H S L
Decimal 203 162 48 0 0.20 0.76 0.20 44.13 0.62 0.49
Hex CB A2 30 0 14 4C 14 2C 3E 31
Octal 313 242 60 0 24 114 24 54 76 61
Binary 11001011 10100010 110000 0 10100 1001100 10100 101100 111110 110001

Color Harmonies of #CBA230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA230

Black with #CBA230

Text Example


Text Example

White with #CBA230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA230; }

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

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

background-color css

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

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

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

border-color css

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

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

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