Html Css Color HEX #C7B12B Old Gold

📋 copy color: '#C7B12B'

red 199 ◦ green 177 ◦ blue 43

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

Shades of Old Gold #C7B12B

Tints of Old Gold #C7B12B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.24%

 BLUE value IS 43 (17.19% from 255) = 10.26%

R = 47.49%
G = 42.24%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7B12B (or 0xC7B12B) is known color: Old Gold. HEX triplet: C7, B1 and 2B. RGB value is (199,177,43). Sum of RGB (Red+Green+Blue) = 199+177+43=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 43 (17.19% from 255 or 10.26% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B12B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B12B is #384ED4. Grayscale: #A8A8A8. Windows color (decimal): -3690197 or 2863559. OLE color: 2863559.

HSL color Cylindrical-coordinate representation of color #C7B12B: hue angle of 51.54º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7B12B is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 177 43 -
CMYK 0 0.11 0.78 0.22
HSL 51.54º 0.64% 0.47% -
HSV(B) 51.54º 0.78% 0.78% -
XYZ 39.71 43.76 8.64 -
YUV 168.3 57.29 149.9 -
System Red Green Blue C M Y K H S L
Decimal 199 177 43 0 0.11 0.78 0.22 51.54 0.64 0.47
Hex C7 B1 2B 0 B 4E 16 34 40 2F
Octal 307 261 53 0 13 116 26 64 100 57
Binary 11000111 10110001 101011 0 1011 1001110 10110 110100 1000000 101111

Color Harmonies of #C7B12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B12B

Black with #C7B12B

Text Example


Text Example

White with #C7B12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B12B; }

 p { color: rgb(199,177,43); }

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

background-color css

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

 a { background-color: rgb(199,177,43); }

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

border-color css

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

 span { border-color: rgb(199,177,43); }

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