Html Css Color HEX #CBA730 Metallic Gold

📋 copy color: '#CBA730'

red 203 ◦ green 167 ◦ blue 48

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

Shades of Metallic Gold #CBA730

Tints of Metallic Gold #CBA730

RGB

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

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

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

R = 48.56%
G = 39.95%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CBA730 (or 0xCBA730) is known color: Metallic Gold. HEX triplet: CB, A7 and 30. RGB value is (203,167,48). Sum of RGB (Red+Green+Blue) = 203+167+48=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 48 (19.14% from 255 or 11.48% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA730 is #3458CF. Grayscale: #A4A4A4. Windows color (decimal): -3430608 or 3188683. OLE color: 3188683.

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

Color convert

RGB 203 167 48 -
CMYK 0 0.18 0.76 0.20
HSL 46.06º 0.62% 0.49% -
HSV(B) 46.06º 0.76% 0.8% -
XYZ 38.98 40.55 8.57 -
YUV 164.2 62.43 155.68 -
System Red Green Blue C M Y K H S L
Decimal 203 167 48 0 0.18 0.76 0.20 46.06 0.62 0.49
Hex CB A7 30 0 12 4C 14 2E 3E 31
Octal 313 247 60 0 22 114 24 56 76 61
Binary 11001011 10100111 110000 0 10010 1001100 10100 101110 111110 110001

Color Harmonies of #CBA730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA730

Black with #CBA730

Text Example


Text Example

White with #CBA730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA730; }

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

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

background-color css

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

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

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

border-color css

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

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

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