Html Css Color HEX #C7B631 Old Gold

📋 copy color: '#C7B631'

red 199 ◦ green 182 ◦ blue 49

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

Shades of Old Gold #C7B631

Tints of Old Gold #C7B631

RGB

 RED value IS 199 (78.13% from 255) = 46.28%

 GREEN value IS 182 (71.48% from 255) = 42.33%

 BLUE value IS 49 (19.53% from 255) = 11.4%

R = 46.28%
G = 42.33%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C7B631 (or 0xC7B631) is known color: Old Gold. HEX triplet: C7, B6 and 31. RGB value is (199,182,49). Sum of RGB (Red+Green+Blue) = 199+182+49=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 49 (19.53% from 255 or 11.40% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B631 is #3849CE. Grayscale: #ACACAC. Windows color (decimal): -3688911 or 3258055. OLE color: 3258055.

HSL color Cylindrical-coordinate representation of color #C7B631: hue angle of 53.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7B631 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 182 49 -
CMYK 0 0.09 0.75 0.22
HSL 53.2º 0.6% 0.49% -
HSV(B) 53.2º 0.75% 0.78% -
XYZ 40.84 45.82 9.6 -
YUV 171.92 58.63 147.31 -
System Red Green Blue C M Y K H S L
Decimal 199 182 49 0 0.09 0.75 0.22 53.2 0.6 0.49
Hex C7 B6 31 0 9 4B 16 35 3C 31
Octal 307 266 61 0 11 113 26 65 74 61
Binary 11000111 10110110 110001 0 1001 1001011 10110 110101 111100 110001

Color Harmonies of #C7B631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B631

Black with #C7B631

Text Example


Text Example

White with #C7B631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B631; }

 p { color: rgb(199,182,49); }

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

background-color css

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

 a { background-color: rgb(199,182,49); }

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

border-color css

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

 span { border-color: rgb(199,182,49); }

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