Html Css Color HEX #CBB849 Old Gold

📋 copy color: '#CBB849'

red 203 ◦ green 184 ◦ blue 73

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

Shades of Old Gold #CBB849

Tints of Old Gold #CBB849

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40%

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

R = 44.13%
G = 40%
B = 15.87%

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

#CBB849 (or 0xCBB849) is known color: Old Gold. HEX triplet: CB, B8 and 49. RGB value is (203,184,73). Sum of RGB (Red+Green+Blue) = 203+184+73=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB849 is #3447B6. Grayscale: #B1B1B1. Windows color (decimal): -3426231 or 4831435. OLE color: 4831435.

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

Color convert

RGB 203 184 73 -
CMYK 0 0.09 0.64 0.20
HSL 51.23º 0.56% 0.54% -
HSV(B) 51.23º 0.64% 0.8% -
XYZ 42.97 47.46 13.2 -
YUV 177.03 69.29 146.53 -
System Red Green Blue C M Y K H S L
Decimal 203 184 73 0 0.09 0.64 0.20 51.23 0.56 0.54
Hex CB B8 49 0 9 40 14 33 38 36
Octal 313 270 111 0 11 100 24 63 70 66
Binary 11001011 10111000 1001001 0 1001 1000000 10100 110011 111000 110110

Color Harmonies of #CBB849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB849

Black with #CBB849

Text Example


Text Example

White with #CBB849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB849; }

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

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

background-color css

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

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

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

border-color css

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

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

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