Html Css Color HEX #CBA03D Metallic Gold

📋 copy color: '#CBA03D'

red 203 ◦ green 160 ◦ blue 61

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

Shades of Metallic Gold #CBA03D

Tints of Metallic Gold #CBA03D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.74%

 BLUE value IS 61 (24.22% from 255) = 14.39%

R = 47.88%
G = 37.74%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CBA03D (or 0xCBA03D) is known color: Metallic Gold. HEX triplet: CB, A0 and 3D. RGB value is (203,160,61). Sum of RGB (Red+Green+Blue) = 203+160+61=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 61 (24.22% from 255 or 14.39% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA03D is #345FC2. Grayscale: #A2A2A2. Windows color (decimal): -3432387 or 4038859. OLE color: 4038859.

HSL color Cylindrical-coordinate representation of color #CBA03D: hue angle of 41.83º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBA03D is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 160 61 -
CMYK 0 0.21 0.70 0.20
HSL 41.83º 0.58% 0.52% -
HSV(B) 41.83º 0.7% 0.8% -
XYZ 38.04 38.18 9.78 -
YUV 161.57 71.25 157.55 -
System Red Green Blue C M Y K H S L
Decimal 203 160 61 0 0.21 0.70 0.20 41.83 0.58 0.52
Hex CB A0 3D 0 15 46 14 2A 3A 34
Octal 313 240 75 0 25 106 24 52 72 64
Binary 11001011 10100000 111101 0 10101 1000110 10100 101010 111010 110100

Color Harmonies of #CBA03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA03D

Black with #CBA03D

Text Example


Text Example

White with #CBA03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA03D; }

 p { color: rgb(203,160,61); }

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

background-color css

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

 a { background-color: rgb(203,160,61); }

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

border-color css

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

 span { border-color: rgb(203,160,61); }

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