Html Css Color HEX #CBB749 Old Gold

📋 copy color: '#CBB749'

red 203 ◦ green 183 ◦ blue 73

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

Shades of Old Gold #CBB749

Tints of Old Gold #CBB749

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.87%

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

R = 44.23%
G = 39.87%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CBB749 (or 0xCBB749) is known color: Old Gold. HEX triplet: CB, B7 and 49. RGB value is (203,183,73). Sum of RGB (Red+Green+Blue) = 203+183+73=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 73 (28.91% from 255 or 15.90% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB749 is #3448B6. Grayscale: #B0B0B0. Windows color (decimal): -3426487 or 4831179. OLE color: 4831179.

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

Color convert

RGB 203 183 73 -
CMYK 0 0.10 0.64 0.20
HSL 50.77º 0.56% 0.54% -
HSV(B) 50.77º 0.64% 0.8% -
XYZ 42.76 47.04 13.13 -
YUV 176.44 69.63 146.94 -
System Red Green Blue C M Y K H S L
Decimal 203 183 73 0 0.10 0.64 0.20 50.77 0.56 0.54
Hex CB B7 49 0 A 40 14 33 38 36
Octal 313 267 111 0 12 100 24 63 70 66
Binary 11001011 10110111 1001001 0 1010 1000000 10100 110011 111000 110110

Color Harmonies of #CBB749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB749

Black with #CBB749

Text Example


Text Example

White with #CBB749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB749; }

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

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

background-color css

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

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

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

border-color css

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

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

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