Html Css Color HEX #CBA732 Metallic Gold

📋 copy color: '#CBA732'

red 203 ◦ green 167 ◦ blue 50

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

Shades of Metallic Gold #CBA732

Tints of Metallic Gold #CBA732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.9%

R = 48.33%
G = 39.76%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CBA732 (or 0xCBA732) is known color: Metallic Gold. HEX triplet: CB, A7 and 32. RGB value is (203,167,50). Sum of RGB (Red+Green+Blue) = 203+167+50=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 50 (19.92% from 255 or 11.90% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA732 is #3458CD. Grayscale: #A4A4A4. Windows color (decimal): -3430606 or 3319755. OLE color: 3319755.

HSL color Cylindrical-coordinate representation of color #CBA732: hue angle of 45.88º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBA732 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 167 50 -
CMYK 0 0.18 0.75 0.20
HSL 45.88º 0.6% 0.5% -
HSV(B) 45.88º 0.75% 0.8% -
XYZ 39.02 40.56 8.79 -
YUV 164.43 63.43 155.51 -
System Red Green Blue C M Y K H S L
Decimal 203 167 50 0 0.18 0.75 0.20 45.88 0.6 0.5
Hex CB A7 32 0 12 4B 14 2E 3C 32
Octal 313 247 62 0 22 113 24 56 74 62
Binary 11001011 10100111 110010 0 10010 1001011 10100 101110 111100 110010

Color Harmonies of #CBA732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA732

Black with #CBA732

Text Example


Text Example

White with #CBA732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA732; }

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

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

background-color css

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

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

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

border-color css

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

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

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