Html Css Color HEX #CBA638 Metallic Gold

📋 copy color: '#CBA638'

red 203 ◦ green 166 ◦ blue 56

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

Shades of Metallic Gold #CBA638

Tints of Metallic Gold #CBA638

RGB

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

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

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

R = 47.76%
G = 39.06%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CBA638 (or 0xCBA638) is known color: Metallic Gold. HEX triplet: CB, A6 and 38. RGB value is (203,166,56). Sum of RGB (Red+Green+Blue) = 203+166+56=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 56 (22.27% from 255 or 13.18% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA638 is #3459C7. Grayscale: #A5A5A5. Windows color (decimal): -3430856 or 3712715. OLE color: 3712715.

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

Color convert

RGB 203 166 56 -
CMYK 0 0.18 0.72 0.20
HSL 44.9º 0.59% 0.51% -
HSV(B) 44.9º 0.72% 0.8% -
XYZ 38.98 40.25 9.46 -
YUV 164.52 66.76 155.44 -
System Red Green Blue C M Y K H S L
Decimal 203 166 56 0 0.18 0.72 0.20 44.9 0.59 0.51
Hex CB A6 38 0 12 48 14 2D 3B 33
Octal 313 246 70 0 22 110 24 55 73 63
Binary 11001011 10100110 111000 0 10010 1001000 10100 101101 111011 110011

Color Harmonies of #CBA638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA638

Black with #CBA638

Text Example


Text Example

White with #CBA638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA638; }

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

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

background-color css

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

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

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

border-color css

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

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

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