Html Css Color HEX #C7B62D Old Gold

📋 copy color: '#C7B62D'

red 199 ◦ green 182 ◦ blue 45

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

Shades of Old Gold #C7B62D

Tints of Old Gold #C7B62D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.72%

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

R = 46.71%
G = 42.72%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7B62D (or 0xC7B62D) is known color: Old Gold. HEX triplet: C7, B6 and 2D. RGB value is (199,182,45). Sum of RGB (Red+Green+Blue) = 199+182+45=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 182 (71.48% from 255 or 42.72% from 426); Blue value is 45 (17.97% from 255 or 10.56% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B62D is #3849D2. Grayscale: #ACACAC. Windows color (decimal): -3688915 or 2995911. OLE color: 2995911.

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

Color convert

RGB 199 182 45 -
CMYK 0 0.09 0.77 0.22
HSL 53.38º 0.63% 0.48% -
HSV(B) 53.38º 0.77% 0.78% -
XYZ 40.75 45.79 9.17 -
YUV 171.47 56.63 147.64 -
System Red Green Blue C M Y K H S L
Decimal 199 182 45 0 0.09 0.77 0.22 53.38 0.63 0.48
Hex C7 B6 2D 0 9 4D 16 35 3F 30
Octal 307 266 55 0 11 115 26 65 77 60
Binary 11000111 10110110 101101 0 1001 1001101 10110 110101 111111 110000

Color Harmonies of #C7B62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B62D

Black with #C7B62D

Text Example


Text Example

White with #C7B62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B62D; }

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

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

background-color css

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

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

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

border-color css

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

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

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