Html Css Color HEX #C7B431 Old Gold

📋 copy color: '#C7B431'

red 199 ◦ green 180 ◦ blue 49

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

Shades of Old Gold #C7B431

Tints of Old Gold #C7B431

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.06%

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

R = 46.5%
G = 42.06%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C7B431 (or 0xC7B431) is known color: Old Gold. HEX triplet: C7, B4 and 31. RGB value is (199,180,49). Sum of RGB (Red+Green+Blue) = 199+180+49=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 49 (19.53% from 255 or 11.45% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B431 is #384BCE. Grayscale: #ABABAB. Windows color (decimal): -3689423 or 3257543. OLE color: 3257543.

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

Color convert

RGB 199 180 49 -
CMYK 0 0.10 0.75 0.22
HSL 52.4º 0.6% 0.49% -
HSV(B) 52.4º 0.75% 0.78% -
XYZ 40.43 45.01 9.46 -
YUV 170.75 59.29 148.15 -
System Red Green Blue C M Y K H S L
Decimal 199 180 49 0 0.10 0.75 0.22 52.4 0.6 0.49
Hex C7 B4 31 0 A 4B 16 34 3C 31
Octal 307 264 61 0 12 113 26 64 74 61
Binary 11000111 10110100 110001 0 1010 1001011 10110 110100 111100 110001

Color Harmonies of #C7B431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B431

Black with #C7B431

Text Example


Text Example

White with #C7B431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B431; }

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

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

background-color css

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

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

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

border-color css

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

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

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