Html Css Color HEX #CBA338 Metallic Gold

📋 copy color: '#CBA338'

red 203 ◦ green 163 ◦ blue 56

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

Shades of Metallic Gold #CBA338

Tints of Metallic Gold #CBA338

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.63%

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

R = 48.1%
G = 38.63%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CBA338 (or 0xCBA338) is known color: Metallic Gold. HEX triplet: CB, A3 and 38. RGB value is (203,163,56). Sum of RGB (Red+Green+Blue) = 203+163+56=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 56 (22.27% from 255 or 13.27% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA338 is #345CC7. Grayscale: #A3A3A3. Windows color (decimal): -3431624 or 3711947. OLE color: 3711947.

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

Color convert

RGB 203 163 56 -
CMYK 0 0.20 0.72 0.20
HSL 43.67º 0.59% 0.51% -
HSV(B) 43.67º 0.72% 0.8% -
XYZ 38.44 39.18 9.28 -
YUV 162.76 67.75 156.7 -
System Red Green Blue C M Y K H S L
Decimal 203 163 56 0 0.20 0.72 0.20 43.67 0.59 0.51
Hex CB A3 38 0 14 48 14 2C 3B 33
Octal 313 243 70 0 24 110 24 54 73 63
Binary 11001011 10100011 111000 0 10100 1001000 10100 101100 111011 110011

Color Harmonies of #CBA338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA338

Black with #CBA338

Text Example


Text Example

White with #CBA338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA338; }

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

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

background-color css

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

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

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

border-color css

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

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

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