Html Css Color HEX #CBA03E Metallic Gold

📋 copy color: '#CBA03E'

red 203 ◦ green 160 ◦ blue 62

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

Shades of Metallic Gold #CBA03E

Tints of Metallic Gold #CBA03E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.59%

R = 47.76%
G = 37.65%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CBA03E (or 0xCBA03E) is known color: Metallic Gold. HEX triplet: CB, A0 and 3E. RGB value is (203,160,62). Sum of RGB (Red+Green+Blue) = 203+160+62=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 62 (24.61% from 255 or 14.59% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA03E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA03E is #345FC1. Grayscale: #A2A2A2. Windows color (decimal): -3432386 or 4104395. OLE color: 4104395.

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

Color convert

RGB 203 160 62 -
CMYK 0 0.21 0.69 0.20
HSL 41.7º 0.58% 0.52% -
HSV(B) 41.7º 0.69% 0.8% -
XYZ 38.07 38.19 9.92 -
YUV 161.69 71.75 157.47 -
System Red Green Blue C M Y K H S L
Decimal 203 160 62 0 0.21 0.69 0.20 41.7 0.58 0.52
Hex CB A0 3E 0 15 45 14 2A 3A 34
Octal 313 240 76 0 25 105 24 52 72 64
Binary 11001011 10100000 111110 0 10101 1000101 10100 101010 111010 110100

Color Harmonies of #CBA03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA03E

Black with #CBA03E

Text Example


Text Example

White with #CBA03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA03E; }

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

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

background-color css

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

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

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

border-color css

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

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

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