Html Css Color HEX #C7B42F Old Gold

📋 copy color: '#C7B42F'

red 199 ◦ green 180 ◦ blue 47

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

Shades of Old Gold #C7B42F

Tints of Old Gold #C7B42F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.03%

R = 46.71%
G = 42.25%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C7B42F (or 0xC7B42F) is known color: Old Gold. HEX triplet: C7, B4 and 2F. RGB value is (199,180,47). Sum of RGB (Red+Green+Blue) = 199+180+47=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 47 (18.75% from 255 or 11.03% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B42F is #384BD0. Grayscale: #ABABAB. Windows color (decimal): -3689425 or 3126471. OLE color: 3126471.

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

Color convert

RGB 199 180 47 -
CMYK 0 0.10 0.76 0.22
HSL 52.5º 0.62% 0.48% -
HSV(B) 52.5º 0.76% 0.78% -
XYZ 40.39 44.99 9.24 -
YUV 170.52 58.29 148.31 -
System Red Green Blue C M Y K H S L
Decimal 199 180 47 0 0.10 0.76 0.22 52.5 0.62 0.48
Hex C7 B4 2F 0 A 4C 16 34 3E 30
Octal 307 264 57 0 12 114 26 64 76 60
Binary 11000111 10110100 101111 0 1010 1001100 10110 110100 111110 110000

Color Harmonies of #C7B42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B42F

Black with #C7B42F

Text Example


Text Example

White with #C7B42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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