Html Css Color HEX #CBAE2D Metallic Gold

📋 copy color: '#CBAE2D'

red 203 ◦ green 174 ◦ blue 45

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

Shades of Metallic Gold #CBAE2D

Tints of Metallic Gold #CBAE2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.66%

R = 48.1%
G = 41.23%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CBAE2D (or 0xCBAE2D) is known color: Metallic Gold. HEX triplet: CB, AE and 2D. RGB value is (203,174,45). Sum of RGB (Red+Green+Blue) = 203+174+45=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAE2D is #3451D2. Grayscale: #A8A8A8. Windows color (decimal): -3428819 or 2993867. OLE color: 2993867.

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

Color convert

RGB 203 174 45 -
CMYK 0 0.14 0.78 0.20
HSL 48.99º 0.64% 0.49% -
HSV(B) 48.99º 0.78% 0.8% -
XYZ 40.24 43.16 8.69 -
YUV 167.97 58.61 152.99 -
System Red Green Blue C M Y K H S L
Decimal 203 174 45 0 0.14 0.78 0.20 48.99 0.64 0.49
Hex CB AE 2D 0 E 4E 14 31 40 31
Octal 313 256 55 0 16 116 24 61 100 61
Binary 11001011 10101110 101101 0 1110 1001110 10100 110001 1000000 110001

Color Harmonies of #CBAE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAE2D

Black with #CBAE2D

Text Example


Text Example

White with #CBAE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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