Html Css Color HEX #CBAE2E Metallic Gold

📋 copy color: '#CBAE2E'

red 203 ◦ green 174 ◦ blue 46

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

Shades of Metallic Gold #CBAE2E

Tints of Metallic Gold #CBAE2E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.13%

 BLUE value IS 46 (18.36% from 255) = 10.87%

R = 47.99%
G = 41.13%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CBAE2E (or 0xCBAE2E) is known color: Metallic Gold. HEX triplet: CB, AE and 2E. RGB value is (203,174,46). Sum of RGB (Red+Green+Blue) = 203+174+46=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 46 (18.36% from 255 or 10.87% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAE2E is #3451D1. Grayscale: #A8A8A8. Windows color (decimal): -3428818 or 3059403. OLE color: 3059403.

HSL color Cylindrical-coordinate representation of color #CBAE2E: hue angle of 48.92º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBAE2E is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 174 46 -
CMYK 0 0.14 0.77 0.20
HSL 48.92º 0.63% 0.49% -
HSV(B) 48.92º 0.77% 0.8% -
XYZ 40.26 43.17 8.79 -
YUV 168.08 59.11 152.91 -
System Red Green Blue C M Y K H S L
Decimal 203 174 46 0 0.14 0.77 0.20 48.92 0.63 0.49
Hex CB AE 2E 0 E 4D 14 31 3F 31
Octal 313 256 56 0 16 115 24 61 77 61
Binary 11001011 10101110 101110 0 1110 1001101 10100 110001 111111 110001

Color Harmonies of #CBAE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAE2E

Black with #CBAE2E

Text Example


Text Example

White with #CBAE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAE2E; }

 p { color: rgb(203,174,46); }

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

background-color css

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

 a { background-color: rgb(203,174,46); }

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

border-color css

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

 span { border-color: rgb(203,174,46); }

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