Html Css Color HEX #CBA62F Metallic Gold

📋 copy color: '#CBA62F'

red 203 ◦ green 166 ◦ blue 47

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

Shades of Metallic Gold #CBA62F

Tints of Metallic Gold #CBA62F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.9%

 BLUE value IS 47 (18.75% from 255) = 11.3%

R = 48.8%
G = 39.9%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CBA62F (or 0xCBA62F) is known color: Metallic Gold. HEX triplet: CB, A6 and 2F. RGB value is (203,166,47). Sum of RGB (Red+Green+Blue) = 203+166+47=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 47 (18.75% from 255 or 11.30% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA62F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA62F is #3459D0. Grayscale: #A4A4A4. Windows color (decimal): -3430865 or 3122891. OLE color: 3122891.

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

Color convert

RGB 203 166 47 -
CMYK 0 0.18 0.77 0.20
HSL 45.77º 0.62% 0.49% -
HSV(B) 45.77º 0.77% 0.8% -
XYZ 38.78 40.17 8.4 -
YUV 163.5 62.26 156.18 -
System Red Green Blue C M Y K H S L
Decimal 203 166 47 0 0.18 0.77 0.20 45.77 0.62 0.49
Hex CB A6 2F 0 12 4D 14 2E 3E 31
Octal 313 246 57 0 22 115 24 56 76 61
Binary 11001011 10100110 101111 0 10010 1001101 10100 101110 111110 110001

Color Harmonies of #CBA62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA62F

Black with #CBA62F

Text Example


Text Example

White with #CBA62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA62F; }

 p { color: rgb(203,166,47); }

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

background-color css

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

 a { background-color: rgb(203,166,47); }

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

border-color css

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

 span { border-color: rgb(203,166,47); }

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