Html Css Color HEX #CBAF31 Metallic Gold

📋 copy color: '#CBAF31'

red 203 ◦ green 175 ◦ blue 49

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

Shades of Metallic Gold #CBAF31

Tints of Metallic Gold #CBAF31

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.98%

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

R = 47.54%
G = 40.98%
B = 11.48%

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

#CBAF31 (or 0xCBAF31) is known color: Metallic Gold. HEX triplet: CB, AF and 31. RGB value is (203,175,49). Sum of RGB (Red+Green+Blue) = 203+175+49=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 49 (19.53% from 255 or 11.48% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAF31 is #3450CE. Grayscale: #A9A9A9. Windows color (decimal): -3428559 or 3256267. OLE color: 3256267.

HSL color Cylindrical-coordinate representation of color #CBAF31: hue angle of 49.09º 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 #CBAF31 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 175 49 -
CMYK 0 0.14 0.76 0.20
HSL 49.09º 0.61% 0.49% -
HSV(B) 49.09º 0.76% 0.8% -
XYZ 40.51 43.58 9.18 -
YUV 169.01 60.28 152.25 -
System Red Green Blue C M Y K H S L
Decimal 203 175 49 0 0.14 0.76 0.20 49.09 0.61 0.49
Hex CB AF 31 0 E 4C 14 31 3D 31
Octal 313 257 61 0 16 114 24 61 75 61
Binary 11001011 10101111 110001 0 1110 1001100 10100 110001 111101 110001

Color Harmonies of #CBAF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAF31

Black with #CBAF31

Text Example


Text Example

White with #CBAF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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