Html Css Color HEX #CBB847 Old Gold

📋 copy color: '#CBB847'

red 203 ◦ green 184 ◦ blue 71

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

Shades of Old Gold #CBB847

Tints of Old Gold #CBB847

RGB

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

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

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

R = 44.32%
G = 40.17%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CBB847 (or 0xCBB847) is known color: Old Gold. HEX triplet: CB, B8 and 47. RGB value is (203,184,71). Sum of RGB (Red+Green+Blue) = 203+184+71=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 71 (28.12% from 255 or 15.50% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB847 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB847 is #3447B8. Grayscale: #B1B1B1. Windows color (decimal): -3426233 or 4700363. OLE color: 4700363.

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

Color convert

RGB 203 184 71 -
CMYK 0 0.09 0.65 0.20
HSL 51.36º 0.56% 0.54% -
HSV(B) 51.36º 0.65% 0.8% -
XYZ 42.91 47.43 12.86 -
YUV 176.8 68.29 146.69 -
System Red Green Blue C M Y K H S L
Decimal 203 184 71 0 0.09 0.65 0.20 51.36 0.56 0.54
Hex CB B8 47 0 9 41 14 33 38 36
Octal 313 270 107 0 11 101 24 63 70 66
Binary 11001011 10111000 1000111 0 1001 1000001 10100 110011 111000 110110

Color Harmonies of #CBB847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB847

Black with #CBB847

Text Example


Text Example

White with #CBB847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB847; }

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

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

background-color css

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

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

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

border-color css

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

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

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