Html Css Color HEX #CBBB31 Old Gold

📋 copy color: '#CBBB31'

red 203 ◦ green 187 ◦ blue 49

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

Shades of Old Gold #CBBB31

Tints of Old Gold #CBBB31

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.6%

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

R = 46.24%
G = 42.6%
B = 11.16%

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

#CBBB31 (or 0xCBBB31) is known color: Old Gold. HEX triplet: CB, BB and 31. RGB value is (203,187,49). Sum of RGB (Red+Green+Blue) = 203+187+49=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 49 (19.53% from 255 or 11.16% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBB31 is #3444CE. Grayscale: #B0B0B0. Windows color (decimal): -3425487 or 3259339. OLE color: 3259339.

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

Color convert

RGB 203 187 49 -
CMYK 0 0.08 0.76 0.20
HSL 53.77º 0.61% 0.49% -
HSV(B) 53.77º 0.76% 0.8% -
XYZ 42.95 48.46 10 -
YUV 176.05 56.3 147.22 -
System Red Green Blue C M Y K H S L
Decimal 203 187 49 0 0.08 0.76 0.20 53.77 0.61 0.49
Hex CB BB 31 0 8 4C 14 36 3D 31
Octal 313 273 61 0 10 114 24 66 75 61
Binary 11001011 10111011 110001 0 1000 1001100 10100 110110 111101 110001

Color Harmonies of #CBBB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBB31

Black with #CBBB31

Text Example


Text Example

White with #CBBB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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