Html Css Color HEX #C7BD37 Old Gold

📋 copy color: '#C7BD37'

red 199 ◦ green 189 ◦ blue 55

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

Shades of Old Gold #C7BD37

Tints of Old Gold #C7BD37

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.66%

 BLUE value IS 55 (21.88% from 255) = 12.42%

R = 44.92%
G = 42.66%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C7BD37 (or 0xC7BD37) is known color: Old Gold. HEX triplet: C7, BD and 37. RGB value is (199,189,55). Sum of RGB (Red+Green+Blue) = 199+189+55=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 55 (21.88% from 255 or 12.42% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BD37 is #3842C8. Grayscale: #B1B1B1. Windows color (decimal): -3687113 or 3653063. OLE color: 3653063.

HSL color Cylindrical-coordinate representation of color #C7BD37: hue angle of 55.83º degrees, saturation: 0.57, 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 #C7BD37 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 189 55 -
CMYK 0 0.05 0.72 0.22
HSL 55.83º 0.57% 0.5% -
HSV(B) 55.83º 0.72% 0.78% -
XYZ 42.44 48.81 10.8 -
YUV 176.71 59.31 143.9 -
System Red Green Blue C M Y K H S L
Decimal 199 189 55 0 0.05 0.72 0.22 55.83 0.57 0.5
Hex C7 BD 37 0 5 48 16 38 39 32
Octal 307 275 67 0 5 110 26 70 71 62
Binary 11000111 10111101 110111 0 101 1001000 10110 111000 111001 110010

Color Harmonies of #C7BD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BD37

Black with #C7BD37

Text Example


Text Example

White with #C7BD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BD37; }

 p { color: rgb(199,189,55); }

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

background-color css

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

 a { background-color: rgb(199,189,55); }

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

border-color css

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

 span { border-color: rgb(199,189,55); }

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