Html Css Color HEX #CBB949 Old Gold

📋 copy color: '#CBB949'

red 203 ◦ green 185 ◦ blue 73

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

Shades of Old Gold #CBB949

Tints of Old Gold #CBB949

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.13%

 BLUE value IS 73 (28.91% from 255) = 15.84%

R = 44.03%
G = 40.13%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CBB949 (or 0xCBB949) is known color: Old Gold. HEX triplet: CB, B9 and 49. RGB value is (203,185,73). Sum of RGB (Red+Green+Blue) = 203+185+73=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB949 is #3446B6. Grayscale: #B2B2B2. Windows color (decimal): -3425975 or 4831691. OLE color: 4831691.

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

Color convert

RGB 203 185 73 -
CMYK 0 0.09 0.64 0.20
HSL 51.69º 0.56% 0.54% -
HSV(B) 51.69º 0.64% 0.8% -
XYZ 43.18 47.88 13.27 -
YUV 177.61 68.96 146.11 -
System Red Green Blue C M Y K H S L
Decimal 203 185 73 0 0.09 0.64 0.20 51.69 0.56 0.54
Hex CB B9 49 0 9 40 14 34 38 36
Octal 313 271 111 0 11 100 24 64 70 66
Binary 11001011 10111001 1001001 0 1001 1000000 10100 110100 111000 110110

Color Harmonies of #CBB949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB949

Black with #CBB949

Text Example


Text Example

White with #CBB949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB949; }

 p { color: rgb(203,185,73); }

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

background-color css

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

 a { background-color: rgb(203,185,73); }

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

border-color css

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

 span { border-color: rgb(203,185,73); }

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