Html Css Color HEX #CBA62E Metallic Gold

📋 copy color: '#CBA62E'

red 203 ◦ green 166 ◦ blue 46

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

Shades of Metallic Gold #CBA62E

Tints of Metallic Gold #CBA62E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.08%

R = 48.92%
G = 40%
B = 11.08%

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

#CBA62E (or 0xCBA62E) is known color: Metallic Gold. HEX triplet: CB, A6 and 2E. RGB value is (203,166,46). Sum of RGB (Red+Green+Blue) = 203+166+46=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 46 (18.36% from 255 or 11.08% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA62E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA62E is #3459D1. Grayscale: #A3A3A3. Windows color (decimal): -3430866 or 3057355. OLE color: 3057355.

HSL color Cylindrical-coordinate representation of color #CBA62E: hue angle of 45.86º degrees, saturation: 0.63, 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 #CBA62E is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 166 46 -
CMYK 0 0.18 0.77 0.20
HSL 45.86º 0.63% 0.49% -
HSV(B) 45.86º 0.77% 0.8% -
XYZ 38.76 40.17 8.29 -
YUV 163.38 61.76 156.26 -
System Red Green Blue C M Y K H S L
Decimal 203 166 46 0 0.18 0.77 0.20 45.86 0.63 0.49
Hex CB A6 2E 0 12 4D 14 2E 3F 31
Octal 313 246 56 0 22 115 24 56 77 61
Binary 11001011 10100110 101110 0 10010 1001101 10100 101110 111111 110001

Color Harmonies of #CBA62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA62E

Black with #CBA62E

Text Example


Text Example

White with #CBA62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA62E; }

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

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

background-color css

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

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

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

border-color css

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

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

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