Html Css Color HEX #CBA92F Metallic Gold

📋 copy color: '#CBA92F'

red 203 ◦ green 169 ◦ blue 47

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

Shades of Metallic Gold #CBA92F

Tints of Metallic Gold #CBA92F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.33%

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

R = 48.45%
G = 40.33%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CBA92F (or 0xCBA92F) is known color: Metallic Gold. HEX triplet: CB, A9 and 2F. RGB value is (203,169,47). Sum of RGB (Red+Green+Blue) = 203+169+47=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 47 (18.75% from 255 or 11.22% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA92F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA92F is #3456D0. Grayscale: #A5A5A5. Windows color (decimal): -3430097 or 3123659. OLE color: 3123659.

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

Color convert

RGB 203 169 47 -
CMYK 0 0.17 0.77 0.20
HSL 46.92º 0.62% 0.49% -
HSV(B) 46.92º 0.77% 0.8% -
XYZ 39.33 41.28 8.58 -
YUV 165.26 61.26 154.92 -
System Red Green Blue C M Y K H S L
Decimal 203 169 47 0 0.17 0.77 0.20 46.92 0.62 0.49
Hex CB A9 2F 0 11 4D 14 2F 3E 31
Octal 313 251 57 0 21 115 24 57 76 61
Binary 11001011 10101001 101111 0 10001 1001101 10100 101111 111110 110001

Color Harmonies of #CBA92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA92F

Black with #CBA92F

Text Example


Text Example

White with #CBA92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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