Html Css Color HEX #CBAE31 Metallic Gold

📋 copy color: '#CBAE31'

red 203 ◦ green 174 ◦ blue 49

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

Shades of Metallic Gold #CBAE31

Tints of Metallic Gold #CBAE31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.5%

R = 47.65%
G = 40.85%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CBAE31 (or 0xCBAE31) is known color: Metallic Gold. HEX triplet: CB, AE and 31. RGB value is (203,174,49). Sum of RGB (Red+Green+Blue) = 203+174+49=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 49 (19.53% from 255 or 11.50% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAE31 is #3451CE. Grayscale: #A8A8A8. Windows color (decimal): -3428815 or 3256011. OLE color: 3256011.

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

Color convert

RGB 203 174 49 -
CMYK 0 0.14 0.76 0.20
HSL 48.7º 0.61% 0.49% -
HSV(B) 48.7º 0.76% 0.8% -
XYZ 40.32 43.19 9.12 -
YUV 168.42 60.61 152.66 -
System Red Green Blue C M Y K H S L
Decimal 203 174 49 0 0.14 0.76 0.20 48.7 0.61 0.49
Hex CB AE 31 0 E 4C 14 31 3D 31
Octal 313 256 61 0 16 114 24 61 75 61
Binary 11001011 10101110 110001 0 1110 1001100 10100 110001 111101 110001

Color Harmonies of #CBAE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAE31

Black with #CBAE31

Text Example


Text Example

White with #CBAE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAE31; }

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

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

background-color css

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

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

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

border-color css

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

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

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