Html Css Color HEX #C7AF2D Old Gold

📋 copy color: '#C7AF2D'

red 199 ◦ green 175 ◦ blue 45

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

Shades of Old Gold #C7AF2D

Tints of Old Gold #C7AF2D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.77%

 BLUE value IS 45 (17.97% from 255) = 10.74%

R = 47.49%
G = 41.77%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7AF2D (or 0xC7AF2D) is known color: Old Gold. HEX triplet: C7, AF and 2D. RGB value is (199,175,45). Sum of RGB (Red+Green+Blue) = 199+175+45=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AF2D is #3850D2. Grayscale: #A7A7A7. Windows color (decimal): -3690707 or 2994119. OLE color: 2994119.

HSL color Cylindrical-coordinate representation of color #C7AF2D: hue angle of 50.65º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7AF2D is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 175 45 -
CMYK 0 0.12 0.77 0.22
HSL 50.65º 0.63% 0.48% -
HSV(B) 50.65º 0.77% 0.78% -
XYZ 39.36 42.99 8.71 -
YUV 167.36 58.95 150.57 -
System Red Green Blue C M Y K H S L
Decimal 199 175 45 0 0.12 0.77 0.22 50.65 0.63 0.48
Hex C7 AF 2D 0 C 4D 16 33 3F 30
Octal 307 257 55 0 14 115 26 63 77 60
Binary 11000111 10101111 101101 0 1100 1001101 10110 110011 111111 110000

Color Harmonies of #C7AF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AF2D

Black with #C7AF2D

Text Example


Text Example

White with #C7AF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AF2D; }

 p { color: rgb(199,175,45); }

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

background-color css

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

 a { background-color: rgb(199,175,45); }

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

border-color css

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

 span { border-color: rgb(199,175,45); }

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