Html Css Color HEX #CBB547 Old Gold

📋 copy color: '#CBB547'

red 203 ◦ green 181 ◦ blue 71

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

Shades of Old Gold #CBB547

Tints of Old Gold #CBB547

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.78%

 BLUE value IS 71 (28.13% from 255) = 15.6%

R = 44.62%
G = 39.78%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CBB547 (or 0xCBB547) is known color: Old Gold. HEX triplet: CB, B5 and 47. RGB value is (203,181,71). Sum of RGB (Red+Green+Blue) = 203+181+71=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 71 (28.12% from 255 or 15.60% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB547 is #344AB8. Grayscale: #AFAFAF. Windows color (decimal): -3427001 or 4699595. OLE color: 4699595.

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

Color convert

RGB 203 181 71 -
CMYK 0 0.11 0.65 0.20
HSL 50º 0.56% 0.54% -
HSV(B) 50º 0.65% 0.8% -
XYZ 42.29 46.2 12.65 -
YUV 175.04 69.29 147.94 -
System Red Green Blue C M Y K H S L
Decimal 203 181 71 0 0.11 0.65 0.20 50 0.56 0.54
Hex CB B5 47 0 B 41 14 32 38 36
Octal 313 265 107 0 13 101 24 62 70 66
Binary 11001011 10110101 1000111 0 1011 1000001 10100 110010 111000 110110

Color Harmonies of #CBB547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB547

Black with #CBB547

Text Example


Text Example

White with #CBB547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB547; }

 p { color: rgb(203,181,71); }

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

background-color css

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

 a { background-color: rgb(203,181,71); }

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

border-color css

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

 span { border-color: rgb(203,181,71); }

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