Html Css Color HEX #CBBA31 Old Gold

📋 copy color: '#CBBA31'

red 203 ◦ green 186 ◦ blue 49

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

Shades of Old Gold #CBBA31

Tints of Old Gold #CBBA31

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.47%

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

R = 46.35%
G = 42.47%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CBBA31 (or 0xCBBA31) is known color: Old Gold. HEX triplet: CB, BA and 31. RGB value is (203,186,49). Sum of RGB (Red+Green+Blue) = 203+186+49=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 49 (19.53% from 255 or 11.19% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBA31 is #3445CE. Grayscale: #B0B0B0. Windows color (decimal): -3425743 or 3259083. OLE color: 3259083.

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

Color convert

RGB 203 186 49 -
CMYK 0 0.08 0.76 0.20
HSL 53.38º 0.61% 0.49% -
HSV(B) 53.38º 0.76% 0.8% -
XYZ 42.74 48.04 9.92 -
YUV 175.47 56.63 147.64 -
System Red Green Blue C M Y K H S L
Decimal 203 186 49 0 0.08 0.76 0.20 53.38 0.61 0.49
Hex CB BA 31 0 8 4C 14 35 3D 31
Octal 313 272 61 0 10 114 24 65 75 61
Binary 11001011 10111010 110001 0 1000 1001100 10100 110101 111101 110001

Color Harmonies of #CBBA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBA31

Black with #CBBA31

Text Example


Text Example

White with #CBBA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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