Html Css Color HEX #C7B53D Old Gold

📋 copy color: '#C7B53D'

red 199 ◦ green 181 ◦ blue 61

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

Shades of Old Gold #C7B53D

Tints of Old Gold #C7B53D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.04%

 BLUE value IS 61 (24.22% from 255) = 13.83%

R = 45.12%
G = 41.04%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C7B53D (or 0xC7B53D) is known color: Old Gold. HEX triplet: C7, B5 and 3D. RGB value is (199,181,61). Sum of RGB (Red+Green+Blue) = 199+181+61=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B53D is #384AC2. Grayscale: #ADADAD. Windows color (decimal): -3689155 or 4044231. OLE color: 4044231.

HSL color Cylindrical-coordinate representation of color #C7B53D: hue angle of 52.17º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7B53D is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 181 61 -
CMYK 0 0.09 0.69 0.22
HSL 52.17º 0.55% 0.51% -
HSV(B) 52.17º 0.69% 0.78% -
XYZ 40.92 45.53 11.05 -
YUV 172.7 64.96 146.76 -
System Red Green Blue C M Y K H S L
Decimal 199 181 61 0 0.09 0.69 0.22 52.17 0.55 0.51
Hex C7 B5 3D 0 9 45 16 34 37 33
Octal 307 265 75 0 11 105 26 64 67 63
Binary 11000111 10110101 111101 0 1001 1000101 10110 110100 110111 110011

Color Harmonies of #C7B53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B53D

Black with #C7B53D

Text Example


Text Example

White with #C7B53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B53D; }

 p { color: rgb(199,181,61); }

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

background-color css

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

 a { background-color: rgb(199,181,61); }

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

border-color css

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

 span { border-color: rgb(199,181,61); }

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