Html Css Color HEX #CBA330 Metallic Gold

📋 copy color: '#CBA330'

red 203 ◦ green 163 ◦ blue 48

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

Shades of Metallic Gold #CBA330

Tints of Metallic Gold #CBA330

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.37%

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

R = 49.03%
G = 39.37%
B = 11.59%

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

#CBA330 (or 0xCBA330) is known color: Metallic Gold. HEX triplet: CB, A3 and 30. RGB value is (203,163,48). Sum of RGB (Red+Green+Blue) = 203+163+48=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 48 (19.14% from 255 or 11.59% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA330 is #345CCF. Grayscale: #A2A2A2. Windows color (decimal): -3431632 or 3187659. OLE color: 3187659.

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

Color convert

RGB 203 163 48 -
CMYK 0 0.20 0.76 0.20
HSL 44.52º 0.62% 0.49% -
HSV(B) 44.52º 0.76% 0.8% -
XYZ 38.26 39.1 8.33 -
YUV 161.85 63.75 157.35 -
System Red Green Blue C M Y K H S L
Decimal 203 163 48 0 0.20 0.76 0.20 44.52 0.62 0.49
Hex CB A3 30 0 14 4C 14 2D 3E 31
Octal 313 243 60 0 24 114 24 55 76 61
Binary 11001011 10100011 110000 0 10100 1001100 10100 101101 111110 110001

Color Harmonies of #CBA330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA330

Black with #CBA330

Text Example


Text Example

White with #CBA330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA330; }

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

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

background-color css

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

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

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

border-color css

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

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

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