Html Css Color HEX #CBA538 Metallic Gold

📋 copy color: '#CBA538'

red 203 ◦ green 165 ◦ blue 56

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

Shades of Metallic Gold #CBA538

Tints of Metallic Gold #CBA538

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.92%

 BLUE value IS 56 (22.27% from 255) = 13.21%

R = 47.88%
G = 38.92%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CBA538 (or 0xCBA538) is known color: Metallic Gold. HEX triplet: CB, A5 and 38. RGB value is (203,165,56). Sum of RGB (Red+Green+Blue) = 203+165+56=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 56 (22.27% from 255 or 13.21% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA538 is #345AC7. Grayscale: #A4A4A4. Windows color (decimal): -3431112 or 3712459. OLE color: 3712459.

HSL color Cylindrical-coordinate representation of color #CBA538: hue angle of 44.49º degrees, saturation: 0.59, 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 #CBA538 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 165 56 -
CMYK 0 0.19 0.72 0.20
HSL 44.49º 0.59% 0.51% -
HSV(B) 44.49º 0.72% 0.8% -
XYZ 38.8 39.89 9.4 -
YUV 163.94 67.09 155.86 -
System Red Green Blue C M Y K H S L
Decimal 203 165 56 0 0.19 0.72 0.20 44.49 0.59 0.51
Hex CB A5 38 0 13 48 14 2C 3B 33
Octal 313 245 70 0 23 110 24 54 73 63
Binary 11001011 10100101 111000 0 10011 1001000 10100 101100 111011 110011

Color Harmonies of #CBA538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA538

Black with #CBA538

Text Example


Text Example

White with #CBA538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA538; }

 p { color: rgb(203,165,56); }

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

background-color css

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

 a { background-color: rgb(203,165,56); }

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

border-color css

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

 span { border-color: rgb(203,165,56); }

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