Html Css Color HEX #CBA939 Metallic Gold

📋 copy color: '#CBA939'

red 203 ◦ green 169 ◦ blue 57

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

Shades of Metallic Gold #CBA939

Tints of Metallic Gold #CBA939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.29%

R = 47.32%
G = 39.39%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CBA939 (or 0xCBA939) is known color: Metallic Gold. HEX triplet: CB, A9 and 39. RGB value is (203,169,57). Sum of RGB (Red+Green+Blue) = 203+169+57=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 57 (22.66% from 255 or 13.29% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA939 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA939 is #3456C6. Grayscale: #A6A6A6. Windows color (decimal): -3430087 or 3779019. OLE color: 3779019.

HSL color Cylindrical-coordinate representation of color #CBA939: hue angle of 46.03º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CBA939 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 169 57 -
CMYK 0 0.17 0.72 0.20
HSL 46.03º 0.58% 0.51% -
HSV(B) 46.03º 0.72% 0.8% -
XYZ 39.56 41.37 9.77 -
YUV 166.4 66.26 154.11 -
System Red Green Blue C M Y K H S L
Decimal 203 169 57 0 0.17 0.72 0.20 46.03 0.58 0.51
Hex CB A9 39 0 11 48 14 2E 3A 33
Octal 313 251 71 0 21 110 24 56 72 63
Binary 11001011 10101001 111001 0 10001 1001000 10100 101110 111010 110011

Color Harmonies of #CBA939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA939

Black with #CBA939

Text Example


Text Example

White with #CBA939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA939; }

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

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

background-color css

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

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

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

border-color css

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

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

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