Html Css Color HEX #C7B439 Old Gold

📋 copy color: '#C7B439'

red 199 ◦ green 180 ◦ blue 57

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

Shades of Old Gold #C7B439

Tints of Old Gold #C7B439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.07%

R = 45.64%
G = 41.28%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C7B439 (or 0xC7B439) is known color: Old Gold. HEX triplet: C7, B4 and 39. RGB value is (199,180,57). Sum of RGB (Red+Green+Blue) = 199+180+57=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 57 (22.66% from 255 or 13.07% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B439 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B439 is #384BC6. Grayscale: #ACACAC. Windows color (decimal): -3689415 or 3781831. OLE color: 3781831.

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

Color convert

RGB 199 180 57 -
CMYK 0 0.10 0.71 0.22
HSL 51.97º 0.56% 0.5% -
HSV(B) 51.97º 0.71% 0.78% -
XYZ 40.61 45.08 10.43 -
YUV 171.66 63.29 147.5 -
System Red Green Blue C M Y K H S L
Decimal 199 180 57 0 0.10 0.71 0.22 51.97 0.56 0.5
Hex C7 B4 39 0 A 47 16 34 38 32
Octal 307 264 71 0 12 107 26 64 70 62
Binary 11000111 10110100 111001 0 1010 1000111 10110 110100 111000 110010

Color Harmonies of #C7B439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B439

Black with #C7B439

Text Example


Text Example

White with #C7B439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B439; }

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

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

background-color css

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

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

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

border-color css

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

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

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