Html Css Color HEX #CBA530 Metallic Gold

📋 copy color: '#CBA530'

red 203 ◦ green 165 ◦ blue 48

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

Shades of Metallic Gold #CBA530

Tints of Metallic Gold #CBA530

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.66%

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

R = 48.8%
G = 39.66%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CBA530 (or 0xCBA530) is known color: Metallic Gold. HEX triplet: CB, A5 and 30. RGB value is (203,165,48). Sum of RGB (Red+Green+Blue) = 203+165+48=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA530 is #345ACF. Grayscale: #A3A3A3. Windows color (decimal): -3431120 or 3188171. OLE color: 3188171.

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

Color convert

RGB 203 165 48 -
CMYK 0 0.19 0.76 0.20
HSL 45.29º 0.62% 0.49% -
HSV(B) 45.29º 0.76% 0.8% -
XYZ 38.62 39.82 8.45 -
YUV 163.02 63.09 156.51 -
System Red Green Blue C M Y K H S L
Decimal 203 165 48 0 0.19 0.76 0.20 45.29 0.62 0.49
Hex CB A5 30 0 13 4C 14 2D 3E 31
Octal 313 245 60 0 23 114 24 55 76 61
Binary 11001011 10100101 110000 0 10011 1001100 10100 101101 111110 110001

Color Harmonies of #CBA530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA530

Black with #CBA530

Text Example


Text Example

White with #CBA530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA530; }

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

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

background-color css

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

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

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

border-color css

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

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

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