Html Css Color HEX #C7AD38 Old Gold

📋 copy color: '#C7AD38'

red 199 ◦ green 173 ◦ blue 56

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

Shades of Old Gold #C7AD38

Tints of Old Gold #C7AD38

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.42%

 BLUE value IS 56 (22.27% from 255) = 13.08%

R = 46.5%
G = 40.42%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C7AD38 (or 0xC7AD38) is known color: Old Gold. HEX triplet: C7, AD and 38. RGB value is (199,173,56). Sum of RGB (Red+Green+Blue) = 199+173+56=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 56 (22.27% from 255 or 13.08% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AD38 is #3852C7. Grayscale: #A7A7A7. Windows color (decimal): -3691208 or 3714503. OLE color: 3714503.

HSL color Cylindrical-coordinate representation of color #C7AD38: hue angle of 49.09º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C7AD38 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 173 56 -
CMYK 0 0.13 0.72 0.22
HSL 49.09º 0.56% 0.5% -
HSV(B) 49.09º 0.72% 0.78% -
XYZ 39.21 42.31 9.84 -
YUV 167.44 65.11 150.51 -
System Red Green Blue C M Y K H S L
Decimal 199 173 56 0 0.13 0.72 0.22 49.09 0.56 0.5
Hex C7 AD 38 0 D 48 16 31 38 32
Octal 307 255 70 0 15 110 26 61 70 62
Binary 11000111 10101101 111000 0 1101 1001000 10110 110001 111000 110010

Color Harmonies of #C7AD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AD38

Black with #C7AD38

Text Example


Text Example

White with #C7AD38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AD38; }

 p { color: rgb(199,173,56); }

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

background-color css

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

 a { background-color: rgb(199,173,56); }

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

border-color css

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

 span { border-color: rgb(199,173,56); }

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