Html Css Color HEX #CBA73C Metallic Gold

📋 copy color: '#CBA73C'

red 203 ◦ green 167 ◦ blue 60

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

Shades of Metallic Gold #CBA73C

Tints of Metallic Gold #CBA73C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.95%

R = 47.21%
G = 38.84%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CBA73C (or 0xCBA73C) is known color: Metallic Gold. HEX triplet: CB, A7 and 3C. RGB value is (203,167,60). Sum of RGB (Red+Green+Blue) = 203+167+60=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA73C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA73C is #3458C3. Grayscale: #A6A6A6. Windows color (decimal): -3430596 or 3975115. OLE color: 3975115.

HSL color Cylindrical-coordinate representation of color #CBA73C: hue angle of 44.9º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBA73C is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 167 60 -
CMYK 0 0.18 0.70 0.20
HSL 44.9º 0.58% 0.52% -
HSV(B) 44.9º 0.7% 0.8% -
XYZ 39.26 40.66 10.05 -
YUV 165.57 68.43 154.7 -
System Red Green Blue C M Y K H S L
Decimal 203 167 60 0 0.18 0.70 0.20 44.9 0.58 0.52
Hex CB A7 3C 0 12 46 14 2D 3A 34
Octal 313 247 74 0 22 106 24 55 72 64
Binary 11001011 10100111 111100 0 10010 1000110 10100 101101 111010 110100

Color Harmonies of #CBA73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA73C

Black with #CBA73C

Text Example


Text Example

White with #CBA73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA73C; }

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

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

background-color css

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

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

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

border-color css

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

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

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