Html Css Color HEX #CBA830 Metallic Gold

📋 copy color: '#CBA830'

red 203 ◦ green 168 ◦ blue 48

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

Shades of Metallic Gold #CBA830

Tints of Metallic Gold #CBA830

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.1%

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

R = 48.45%
G = 40.1%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CBA830 (or 0xCBA830) is known color: Metallic Gold. HEX triplet: CB, A8 and 30. RGB value is (203,168,48). Sum of RGB (Red+Green+Blue) = 203+168+48=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA830 is #3457CF. Grayscale: #A5A5A5. Windows color (decimal): -3430352 or 3188939. OLE color: 3188939.

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

Color convert

RGB 203 168 48 -
CMYK 0 0.17 0.76 0.20
HSL 46.45º 0.62% 0.49% -
HSV(B) 46.45º 0.76% 0.8% -
XYZ 39.16 40.92 8.63 -
YUV 164.79 62.1 155.26 -
System Red Green Blue C M Y K H S L
Decimal 203 168 48 0 0.17 0.76 0.20 46.45 0.62 0.49
Hex CB A8 30 0 11 4C 14 2E 3E 31
Octal 313 250 60 0 21 114 24 56 76 61
Binary 11001011 10101000 110000 0 10001 1001100 10100 101110 111110 110001

Color Harmonies of #CBA830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA830

Black with #CBA830

Text Example


Text Example

White with #CBA830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA830; }

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

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

background-color css

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

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

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

border-color css

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

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

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